Author: weaverryan
Date: 2010-02-08 01:23:22 +0100 (Mon, 08 Feb 2010)
New Revision: 27687

Modified:
   
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/templates/_for_content.php
Log:
[1.4]sfSympalCommentsPlugin][1.0] Loading the stylesheet in first so that it 
can be overridden easily by a theme stylesheet.


Modified: 
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/templates/_for_content.php
===================================================================
--- 
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/templates/_for_content.php
      2010-02-08 00:22:07 UTC (rev 27686)
+++ 
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/templates/_for_content.php
      2010-02-08 00:23:22 UTC (rev 27687)
@@ -1,5 +1,5 @@
 <?php use_helper('Comments') ?>
-<?php use_stylesheet('/sfSympalCommentsPlugin/css/comments.css') ?>
+<?php use_stylesheet('/sfSympalCommentsPlugin/css/comments.css', 'first') ?>
 
 <div id="sympal_comments">
   <?php if ($num = count($content['Comments'])): ?>

-- 
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.

Reply via email to