[Solar-svn] Revision 3033

pmjones at solarphp.com pmjones at solarphp.com
Fri Mar 21 12:02:27 CDT 2008


Solar/AppBase/Layout: '_head' partial now includes pager CSS file.


Modified: trunk/Solar/AppBase/Layout/_head.php
===================================================================
--- trunk/Solar/AppBase/Layout/_head.php	2008-03-21 13:48:40 UTC (rev 3032)
+++ trunk/Solar/AppBase/Layout/_head.php	2008-03-21 17:02:27 UTC (rev 3033)
@@ -39,7 +39,8 @@
                  ->addStyleBase("Solar/styles/cssfw/forms.css")
                  ->addStyleBase("Solar/styles/cssfw/layout-{$this->layout}.css")
                  ->addStyleBase("Solar/styles/typo.css")
-                 ->addStyleBase("Solar/styles/forms.css");
+                 ->addStyleBase("Solar/styles/forms.css")
+                 ->addStyleBase("Solar/styles/pager.css");
     
     // additional baseline styles
     foreach ((array) $this->layout_head['style'] as $val) {




More information about the Solar-svn mailing list