diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-24 17:50:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-24 17:50:08 +0000 |
commit | a45fc1a20e1e9b8bf64c286db7a672d3954e88d9 (patch) | |
tree | 620f3318bdd4c9bb09b24c74f8e450a2e90c4be8 /themes/goofy | |
parent | 8b6e78075c9baf831bd49d8dc0b461401c5174d8 (diff) | |
download | brdo-a45fc1a20e1e9b8bf64c286db7a672d3954e88d9.tar.gz brdo-a45fc1a20e1e9b8bf64c286db7a672d3954e88d9.tar.bz2 |
- themes now get there header/footer links through theme_link();
- tidied up example.theme
Diffstat (limited to 'themes/goofy')
-rw-r--r-- | themes/goofy/goofy.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme index 6d30feefd..96dc3ce58 100644 --- a/themes/goofy/goofy.theme +++ b/themes/goofy/goofy.theme @@ -77,7 +77,7 @@ </tr> <tr> <td class="lgl"><img src="themes/goofy/images/null.gif" alt=""></td> - <td class="lgcnt" width="100%" valign="top"><div align="center"><big><a href="index.php">home</a> | <a href="module.php?mod=faq">faq</a> | <a href="module.php?mod=diary">diary</a> | <a href="search.php">search</a> | <a href="submit.php">submit news</a> | <a href="account.php">user account</a></big></div></td> + <td class="lgcnt" width="100%" valign="top"><div align="center"><big><?php print theme_link(" | "); ?></big></div></td> <td class="lgr"><img src="themes/goofy/images/null.gif" alt=""></td> </tr> <tr> |