Move the templates required by the core module in the core.
[platal.git] / classes / plglobals.php
index 2636890..9089e1f 100644 (file)
@@ -104,6 +104,13 @@ class PlGlobals
         $this->setLocale();
     }
 
+    /** Initialiase dynamic data in the object.
+     * This is te place to read data from the database if needed.
+     */
+    public function init()
+    {
+    }
+
     private function readIniFile($filename)
     {
         $array = parse_ini_file($filename, true);