Changeset 20783
- Timestamp:
- 08/04/09 22:49:21 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/pkContextCMSPlugin/trunk/modules/pkContextCMS/templates/defaultTemplate.php
r20779 r20783 13 13 ))) ?> 14 14 15 <?php pk_context_cms_slot("sidebar", 'pkContextCMSImage', array("global" => true, "width" => 125, "height" => 200, "resizeType" => "s", "link" => "/", "defaultImage" => "/pkContextCMSPlugin/images/cmstest-sample-logo.png")) ?>15 <?php pk_context_cms_slot("sidebar", 'pkContextCMSImage', array("global" => true, "width" => 200, "flexHeight" => true, "resizeType" => "s")) ?> plugins/pkContextCMSPlugin/trunk/modules/pkContextCMS/templates/homeTemplate.php
r20779 r20783 11 11 ))) ?> 12 12 13 <?php pk_context_cms_slot("sidebar", 'pkContextCMSImage', array("global" => true, "width" => 125, "height" => 200, "resizeType" => "s", "link" => "/", "defaultImage" => "/pkContextCMSPlugin/images/cmstest-sample-logo.png")) ?>13 <?php pk_context_cms_slot("sidebar", 'pkContextCMSImage', array("global" => true, "width" => 200, "flexHeight" => true, "resizeType" => "s")) ?>