ucla-oarc-mobile / mwf

UCLA Mobile Web Framework
http://mwf.ucla.edu
Other
86 stars 25 forks source link

Home Screen Link #153

Closed ebollens closed 12 years ago

ebollens commented 12 years ago

Currently, the home screen customization page expects to be directly under the document root.

$footer->add_footer_link('Customize Home Screen', "/customize_home_screen.php");

However, not all installations are directly under the root. As such, it should be modified as follows:

$footer->add_footer_link('Customize Home Screen', "customize_home_screen.php");