~typo![]() 2006-07-31 17:51 | How can I change now empty admin front page to display for example orders page or something? Or maybe config page. It would be very useful. Can someone say is it possible and if it is how can I do that? Thanks in advance |
treewood (OpenSolution)2006-08-01 13:34 | typo - edit admin.php and search for:
if( !isset( $p ) || $p == '' )
if( !isset( $p ) || $p == '' ) |
~typo![]() 2006-08-01 15:50 | Thank you very much |
re-aktor![]() 2006-09-18 05:58 | thx |
beurre![]() 2007-12-29 12:47 | it works :) |
merci![]() 2007-12-31 10:26 | beurre - so you should in admin.php instead of this:
if( !isset( $p ) || $p == '' )
|
borislove![]() 2008-07-24 13:51 | And what must I write for version 3.1? |
Makaron2008-07-24 17:09 | Edit file admin.php and replace:
if( !isset( $p ) || empty( $p ) )
if( !isset( $p ) || empty( $p ) ) |