summaryrefslogtreecommitdiff
path: root/themes/bluemarine
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-11-03 19:33:37 +0000
committerDries Buytaert <dries@buytaert.net>2005-11-03 19:33:37 +0000
commitea53aad7c8ced499e397cbedfe1e0cce205c071f (patch)
treeb490682ae2b5e126d2e6a3ce53ef8485e4590a30 /themes/bluemarine
parentcbcb85560ad4e8756f59d2e4a1b5329fc9398a03 (diff)
downloadbrdo-ea53aad7c8ced499e397cbedfe1e0cce205c071f.tar.gz
brdo-ea53aad7c8ced499e397cbedfe1e0cce205c071f.tar.bz2
- Patch #22215 by Richard Archer: refactored primary and secondary links.
Deprecates the primary_links module. This patch was much needed. Thanks Richards! NOTE: if some themers could investigate if there is room for improvement with regard to theming, that would be awesome.
Diffstat (limited to 'themes/bluemarine')
-rw-r--r--themes/bluemarine/page.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/bluemarine/page.tpl.php b/themes/bluemarine/page.tpl.php
index 3039ce7fb..9344e6973 100644
--- a/themes/bluemarine/page.tpl.php
+++ b/themes/bluemarine/page.tpl.php
@@ -18,8 +18,8 @@
<?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?>
</td>
<td id="menu">
- <?php if ($secondary_links) { ?><div id="secondary"><?php print theme('links', $secondary_links) ?></div><?php } ?>
- <?php if ($primary_links) { ?><div id="primary"><?php print theme('links', $primary_links) ?></div><?php } ?>
+ <?php if ($secondary_links) { ?><div id="secondary"><?php print theme('menu_links', $secondary_links) ?></div><?php } ?>
+ <?php if ($primary_links) { ?><div id="primary"><?php print theme('menu_links', $primary_links) ?></div><?php } ?>
<?php print $search_box ?>
</td>
</tr>