[dev] [commit] r1012 - phplib

automailer at dexonline.ro automailer at dexonline.ro
Tue Oct 1 16:32:43 EEST 2013


Author: alinu
Date: Tue Oct  1 16:32:43 2013
New Revision: 1012

Log:
Am sters din greseala functia
static function display()

Modified:
   phplib/SmartyWrap.php

Modified: phplib/SmartyWrap.php
==============================================================================
--- phplib/SmartyWrap.php	Mon Sep 30 13:54:32 2013	(r1011)
+++ phplib/SmartyWrap.php	Tue Oct  1 16:32:43 2013	(r1012)
@@ -26,6 +26,10 @@
     self::registerFunction('getDebugInfo', 'SmartyWrap::function_getDebugInfo');
   }
 
+  static function display() {
+    print self::fetchSkin();
+  }
+
   static function fetchSkin() {
     $skin = session_getSkin();
     self::addCss($skin);


More information about the Dev mailing list