Author: Jonathan.Wage
Date: 2010-02-10 17:13:34 +0100 (Wed, 10 Feb 2010)
New Revision: 27824
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalRenderingPlugin/lib/theme/sfSympalTheme.class.php
Log:
[1.4][sfSympalPlugin][1.0] Making theme css load last
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalRenderingPlugin/lib/theme/sfSympalTheme.class.php
===================================================================
---
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalRenderingPlugin/lib/theme/sfSympalTheme.class.php
2010-02-10 16:11:01 UTC (rev 27823)
+++
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalRenderingPlugin/lib/theme/sfSympalTheme.class.php
2010-02-10 16:13:34 UTC (rev 27824)
@@ -69,7 +69,7 @@
{
foreach ($this->_configuration->getStylesheets() as $stylesheet)
{
-
$this->_response->addStylesheet(sfSympalConfig::getAssetPath($stylesheet));
+
$this->_response->addStylesheet(sfSympalConfig::getAssetPath($stylesheet),
'last');
}
}
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.