plugins/SpecialPageFuncs.php
changeset 607 935f3799b654
parent 593 4f9bec0d65c1
child 648 082b7b47b859
--- a/plugins/SpecialPageFuncs.php	Mon Jul 07 02:50:17 2008 -0400
+++ b/plugins/SpecialPageFuncs.php	Mon Jul 07 18:12:30 2008 -0400
@@ -836,7 +836,7 @@
     }
     $sb_html = $cloud->make_html('small', 'justify') . '<br /><a style="text-align: center;" href="' . makeUrlNS('Special', 'TagCloud') . '">' . $lang->get('pagetools_tagcloud_sidebar_btn_larger') . '</a>';
   }
-  $template->sidebar_widget($lang->get('pagetools_tagcloud_sidebar_title'), "<div style='padding: 5px;'>$sb_html</div>");
+  $template->sidebar_widget('pagetools_tagcloud_sidebar_title', "<div style='padding: 5px;'>$sb_html</div>");
 }
 
 $plugins->attachHook('compile_template', 'sidebar_add_tag_cloud();');