Hi David,
Is it possible to have Admin Home and Automation Tool together, without the long url?
Thx
Henk
Hi David,
Yes i know this one, but is it possible to have it on one page?
For me it's to mutch switching between page a - b :)
Thx
Henk
Ah I'm with you!
Yes, easy to do, but quite a few single line changes so I'll email you a .zip of the files...
Cheers,
David.
--
PriceTapestry.com
Hi Henk,
You can re-arrange the admin menu positions however you require in admin/admin_menu.php. To move the link to Automation Tool next to the Admin Home link, look for the following code at line 11:
print "<a href='".$config_baseHREF."admin/'>Admin Home</a> ";
...and REPLACE with:
print "<a href='".$config_baseHREF."admin/'>Admin Home</a> ";
print "<a href='automation_tool.php'>Automation Tool</a> ";
...and finally comment out or delete 38, which is the original link to the Automation Tool - that should do the trick!
Cheers,
David.
--
PriceTapestry.com