Author: spikebrehm
Date: 2010-04-28 01:48:55 +0200 (Wed, 28 Apr 2010)
New Revision: 29279

Added:
   plugins/srPageChooserPlugin/trunk/modules/srPageChooser/templates/bare.php
Modified:
   plugins/srPageChooserPlugin/trunk/modules/srPageChooser/config/view.yml
Log:
fixing missing layout file

Modified: 
plugins/srPageChooserPlugin/trunk/modules/srPageChooser/config/view.yml
===================================================================
--- plugins/srPageChooserPlugin/trunk/modules/srPageChooser/config/view.yml     
2010-04-27 23:43:44 UTC (rev 29278)
+++ plugins/srPageChooserPlugin/trunk/modules/srPageChooser/config/view.yml     
2010-04-27 23:48:55 UTC (rev 29279)
@@ -1,5 +1,5 @@
 default:
   layout: bare
   
-  javascripts: [-tmpHover.js]
-  stylesheets: [-website.css, -templates.css]
\ No newline at end of file
+  javascripts: []#[-tmpHover.js]
+  stylesheets: []
\ No newline at end of file

Added: 
plugins/srPageChooserPlugin/trunk/modules/srPageChooser/templates/bare.php
===================================================================
--- plugins/srPageChooserPlugin/trunk/modules/srPageChooser/templates/bare.php  
                        (rev 0)
+++ plugins/srPageChooserPlugin/trunk/modules/srPageChooser/templates/bare.php  
2010-04-27 23:48:55 UTC (rev 29279)
@@ -0,0 +1,17 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
+    <head>
+        <meta name="robots" content="noindex,nofollow" />
+
+        <?php include_stylesheets() ?>        
+        <?php include_http_metas() ?>
+        <?php include_metas() ?>
+        <?php include_title() ?>
+        <?php include_javascripts() ?>
+
+    </head>
+    
+    <body>                       
+        <?php echo $sf_data->getRaw('sf_content') ?>
+    </body>
+</html>

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