diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2008-02-17 01:54:23 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2008-02-17 01:54:23 +0000 |
| commit | c6205409490b75ec36093708a313edac6daa9d4a (patch) | |
| tree | 8487376e22450d73b7e0fb1ccc7a16f250f40400 /smarty | |
| parent | 4d31215873b5029de58c828311e1c40aa026425e (diff) | |
Changed all refereces to help.php to faq.php
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> |
