summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-rw-r--r--init.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.php b/init.php
index 8103739..33224f3 100644
--- a/init.php
+++ b/init.php
@@ -11,6 +11,7 @@ class Time_to_Read extends Plugin {
function init($host) {
$this->host = $host;
+ //$host->add_hook($host::HOOK_PREFS_TAB, $this);
}
function get_js() {
@@ -25,4 +26,13 @@ class Time_to_Read extends Plugin {
return 2;
}
+ /*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')."\">";
+
+ print "</div>";
+
+ }*/
}