Author: Jonathan.Wage
Date: 2010-01-18 22:52:37 +0100 (Mon, 18 Jan 2010)
New Revision: 26846
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/templates/admin.php
Log:
[1.4][sfSympalPlugin][1.0] Fixing admin theme layout
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/templates/admin.php
===================================================================
---
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/templates/admin.php
2010-01-18 21:45:05 UTC (rev 26845)
+++
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/templates/admin.php
2010-01-18 21:52:37 UTC (rev 26846)
@@ -20,15 +20,15 @@
<!-- content -->
<div id="content">
- <?php if (!$sf_request->getParameter('popup') && $sf_user->isAuthenticated()
&& $sf_sympal_context->getSite()): ?>
+ <?php if ($sf_sympal_context->getSite() && $sf_user->isAuthenticated()): ?>
<div id="header">
<h1><?php echo $sf_sympal_context->getSite()->getTitle() ?> <?php echo
sfSympalConfig::getCurrentVersion() ?> Admin</h1>
</div>
-
- <?php echo get_sympal_flash() ?>
- <?php echo $sf_content ?>
<?php endif; ?>
+ <?php echo get_sympal_flash() ?>
+ <?php echo $sf_content ?>
+
</div>
<!-- end content -->
<br style="clear: both;" />
--
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.