summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/marvin/marvin.theme6
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme
index c1ed292eb..d579aa9b1 100644
--- a/themes/marvin/marvin.theme
+++ b/themes/marvin/marvin.theme
@@ -129,6 +129,10 @@
print "</table>\n";
print "<br />\n\n";
}
+
+ function links($links, $delimiter = " &middot ") {
+ return implode($delimiter, $links);
+ }
function footer() {
?>
@@ -143,7 +147,7 @@
<tr>
<td align="center" colspan="2">
<?php
- print "<p><small>[ ". $this->links(link_page()) ." ]</small></p><p>". variable_get("site_footer", "") ."</p>\n";
+ print "<p><small>". $this->links(link_page()) ."</small></p><p>". variable_get("site_footer", "") ."</p>\n";
?>
</td>
</tr>