svn: /pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/ Main.tpl.php
[email protected] (Michael Gauthier)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
gauthierm Fri, 18 Jun 2010 13:50:41 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300569
Log:
Add athe view name as a CSS class to the main content div. This will enable some CSS refactoring and cleanup.
Changed paths:
U pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Main.tpl.php
Modified: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Main.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Main.tpl.php 2010-06-18 12:00:57 UTC (rev 300568)
+++ pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Main.tpl.php 2010-06-18 13:50:41 UTC (rev 300569)
@@ -74,7 +74,7 @@
</div>
<div id="content">
- <div class="content clearfix">
+ <div class="content clearfix view-<?php echo $context->options['view']; ?>">
<?php echo $savant->render($context->page_content); ?>
</div>
</div>