Page 1 of 1

How to remove “Back to Weblog” from Login page?

Posted: Tue Jan 02, 2007 8:45 pm
by olena
I need to remove “Back to Weblog” from login page. Please help!

Posted: Tue Jan 02, 2007 9:22 pm
by Davy
Remove this code from serendipity_admin.php:

Code: Select all

<a href="<?php echo $serendipity['serendipityHTTPPath']; ?>"><?php echo BACK_TO_BLOG;?></a>

Posted: Tue Jan 02, 2007 9:42 pm
by olena
it did removed "back to weblog", but from the administration page :( not from the login page

Posted: Tue Jan 02, 2007 9:52 pm
by olena
thank you so much for the help
I just figured it out

Posted: Tue Jan 02, 2007 10:05 pm
by olena
Now I need to add link back to the main website from blog page and from login to the blog page...
Where and how can I do this?