summaryrefslogtreecommitdiff
path: root/themes/example/example.theme
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2001-06-11 17:42:51 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2001-06-11 17:42:51 +0000
commit8f7eddbed6ae6e9b244b601686bcdc2e31a40edc (patch)
tree999a5da54beb61c8caefb6fd93db9b06d9f8adbf /themes/example/example.theme
parentd397bbe93587f015cd8db0dbf16ef6d1c1aef78b (diff)
downloadbrdo-8f7eddbed6ae6e9b244b601686bcdc2e31a40edc.tar.gz
brdo-8f7eddbed6ae6e9b244b601686bcdc2e31a40edc.tar.bz2
Changes
- fixed the trailing | in some cases. - removed theme_morelinks(). - added node_links(). - simplified BaseTheme->links(). - updated themes. Notes - the new links system is taking form, but concider it beta. There might still be some major changes ahead so I suggest waiting a little longer before modifying your theme to take advantage of it.
Diffstat (limited to 'themes/example/example.theme')
-rw-r--r--themes/example/example.theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme
index caa3c9518..dae6300a0 100644
--- a/themes/example/example.theme
+++ b/themes/example/example.theme
@@ -83,7 +83,7 @@
<TR>
<TD COLSPAN="2">
<?php
- if ($main || $links) echo $this->links($links, $main, $node);
+ if (node_links($links, $node, $main)) echo $this->links($links, $main);
?>
</TD>