- 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/layout.php
r1681 r1855 57 57 <?php include_slot('a-logo') ?> 58 58 <?php else: ?> 59 <?php a_slot("logo", 'aButton', array("global" => true, "width" => 360, "flexHeight" => true, "resizeType" => "s", "link" => "/", "defaultImage" => "/apostrophePlugin/images/cmstest-sample-logo.png")) ?> 59 <?php a_slot('logo', 'aButton', array( 60 'global' => true, 61 'edit' => isset($page) ? true : false, 62 'width' => 360, 63 'flexHeight' => true, 64 'resizeType' => 's', 65 'link' => '/', 66 'defaultImage' => '/apostrophePlugin/images/cmstest-sample-logo.png' 67 )) ?> 60 68 <?php endif ?> 61 69 </div>

