- Timestamp:
- 07/27/10 12:49:56 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/features/css/modules/a/templates/_footer.php
r1681 r1855 1 <?php use_helper('a') ?> 2 <?php $page = aTools::getCurrentNonAdminPage() ?> 3 1 4 <?php if (has_slot('a-footer')): ?> 2 5 <?php include_slot('a-footer') ?> 3 6 <?php else: ?> 4 <?php a_slot('footer', 'aRichText', array("global" => true)) ?> 7 <?php a_slot('footer', 'aRichText', array( 8 'global' => true, 9 'edit' => isset($page) ? true : false, 10 )) ?> 5 11 <?php endif ?> 12 6 13 <?php // Feel free to shut this off in app.yml or override the footer partial in your app ?> 7 14 <?php if (sfConfig::get('app_a_credit', true)): ?>

