Development

Changeset 20783

You must first sign up to be able to contribute.

Changeset 20783

Show
Ignore:
Timestamp:
08/04/09 22:49:21 (4 years ago)
Author:
johnnyoffline
Message:

sidebar Image slots

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/pkContextCMSPlugin/trunk/modules/pkContextCMS/templates/defaultTemplate.php

    r20779 r20783  
    1313  ))) ?> 
    1414   
    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  
    1111  ))) ?> 
    1212   
    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")) ?>