diff options
Diffstat (limited to 'modules/block.module')
-rw-r--r-- | modules/block.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block.module b/modules/block.module index b04799fc4..406314ab5 100644 --- a/modules/block.module +++ b/modules/block.module @@ -272,7 +272,7 @@ function block_admin() { $links[] = la(t("preview"), array("mod" => "block", "op" => "preview")); $links[] = la(t("help"), array("mod" => "block", "op" => "help")); - print "<small>". $theme->links($links) ."</small><hr />"; + print "<small>". implode(" | ", $links) ."</small><hr />"; switch ($op) { case "help": |