2013-10-17, 21:23:08
Hello shawn_a i made some modifications in sa_toolbar.php and i advise you to do these modifications in future editions.
i add this line:
And i change the paths with "admin/" for this GSADMIN."/"
the GSADMIN is a constant can define in gsconfig.php for the path for admin folder.
when you change the constant you will need change folder with same name.
Thanks.
Ivo Barbosa
i add this line:
PHP Code:
if(!defined(GSADMIN)){
define('GSADMIN', 'admin');
}
And i change the paths with "admin/" for this GSADMIN."/"
the GSADMIN is a constant can define in gsconfig.php for the path for admin folder.
when you change the constant you will need change folder with same name.
Thanks.
Ivo Barbosa