Author: sevein
Date: Wed Apr  4 15:05:52 2012
New Revision: 11372

Log:
Installer stopped using layout.php, now has its own main layout

Modified:
   trunk/apps/qubit/templates/layout.php

Modified: trunk/apps/qubit/templates/layout.php
==============================================================================
--- trunk/apps/qubit/templates/layout.php       Wed Apr  4 14:56:42 2012        
(r11371)
+++ trunk/apps/qubit/templates/layout.php       Wed Apr  4 15:05:52 2012        
(r11372)
@@ -31,11 +31,9 @@
           <div class="clearfix" id="main">
 
             <div class="column" id="content">
-              <?php if ($sf_context->getModuleName() != 'sfInstallPlugin'): ?>
-                <div id="print-date">
-                  <?php echo __('Printed: %d%', array('%d%' => date('Y-m-d'))) 
?>
-                </div>
-              <?php endif; ?>
+              <div id="print-date">
+                <?php echo __('Printed: %d%', array('%d%' => date('Y-m-d'))) ?>
+              </div>
 
               <div class="section">
                 <?php echo $sf_content ?>

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" 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/qubit-commits?hl=en.

Reply via email to