diff options
Diffstat (limited to 'smarty')
| -rw-r--r-- | smarty/templates/header.tpl | 2 | ||||
| -rw-r--r-- | smarty/templates/index.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/smarty/templates/header.tpl b/smarty/templates/header.tpl index 298b8a5..f2c28c6 100644 --- a/smarty/templates/header.tpl +++ b/smarty/templates/header.tpl @@ -34,7 +34,7 @@ <div id='headerLinkBar'> <div id='headerLinks'> <a href='{$config->_rootUrl}/' title='Home Page'>Home</a> | - <a href='help.php'>Help</a> + <a href='faq.php'>Help</a> </div> <div id='systemMsgs'>{$systemMsg}</div> </div> diff --git a/smarty/templates/index.tpl b/smarty/templates/index.tpl index 00dcca4..92566fd 100644 --- a/smarty/templates/index.tpl +++ b/smarty/templates/index.tpl @@ -22,7 +22,7 @@ <input type='text' name='whatFood' /> <input type='submit' value='Search!' /> </form> - <a href='help.php#search'>What do all these search options mean?</a> + <a href='faq.php#search'>What do all these search options mean?</a> </div> </div> |
