PDA

View Full Version : back to index.php on admin site


Mike77
07-25-2005, 12:13 PM
I could not find the link to index.php (the summary page that loads when you login to admin area) once you click any link on admin cpanel menu. Is it there? :) This page is useful so usually logout and then l;ogin again to get to this page. I made a short "fix" -it seems to be working but I would like to ask if this is ok (I didnt put any smarty code inside like {MY_SITE_URL} because I am not that familiar with this,although it looks easy to learn (I know a litle PHP)). It seems to be working just with "index.php".

anyway,find templates/admin/main.tpl and replace:

Content visible to registered users only.

with

Content visible to registered users only.

Please let me know if I made some mistake or I edited wrong or not all files.
Mike

minstrel
07-26-2005, 05:02 AM
You're missing the closing tag "</a>":

Content visible to registered users only.

Mike77
07-26-2005, 08:04 AM
Thank you minstrel :)