summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-rwxr-xr-x[-rw-r--r--]init.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.php b/init.php
index 33224f3..bdf5df1 100644..100755
--- a/init.php
+++ b/init.php
@@ -26,13 +26,13 @@ class Time_to_Read extends Plugin {
return 2;
}
- /*function hook_prefs_tab($args) {
+ function hook_prefs_tab($args) {
if ($args != "prefPrefs") return;
print "<div dojoType='dijit.layout.AccordionPane'
- title=\"<i class='material-icons'>photo</i> ".P__($this, 'Test-Test')."\">";
+ title=\"<i class='material-icons'>photo</i> ".$this->__('Test-Test')."\">";
print "</div>";
- }*/
+ }
}