Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Fix absolute path link for home screen customization [fixes #153]
Browse files Browse the repository at this point in the history
  • Loading branch information
ebollens committed Sep 1, 2012
1 parent e55da6e commit 58a81d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/index.php
Expand Up @@ -123,7 +123,7 @@
*/
$footer = Site_Decorator::default_footer();
if ($main_menu && Classification::is_full() && Config::get('frontpage','customizable_home_screen'))
$footer->add_footer_link('Customize Home Screen', "/customize_home_screen.php");
$footer->add_footer_link('Customize Home Screen', "customize_home_screen.php");
echo $footer->render();

/**
Expand Down

0 comments on commit 58a81d7

Please sign in to comment.