art-web r535 - branches/art-hub/lib



Author: thos
Date: Tue Jun 17 19:56:14 2008
New Revision: 535
URL: http://svn.gnome.org/viewvc/art-web?rev=535&view=rev

Log:
* Fix bug in template code if no extra css files are defined


Modified:
   branches/art-hub/lib/template.php

Modified: branches/art-hub/lib/template.php
==============================================================================
--- branches/art-hub/lib/template.php	(original)
+++ branches/art-hub/lib/template.php	Tue Jun 17 19:56:14 2008
@@ -8,7 +8,7 @@
   function Template ($page)
   {
     $this->page = $page;
-    $css = array ();
+    $this->css = array ();
   }
 
   function add_css ($file)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]