- Timestamp:
- 07/07/10 10:49:26 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandboxes/asandbox/branches/1.4/apps/frontend/modules/a/templates/homeTemplate.php
r1649 r1707 1 1 <?php use_helper('a') ?> 2 2 3 <?php slot('body_class') ?>a-home alt<?php end_slot() ?>3 <?php slot('body_class') ?>a-home<?php end_slot() ?> 4 4 5 5 <?php $blogOptions = array('slideshowOptions' => array('width' => 360, 'height' => 220, )) ?> … … 32 32 'type_options' => array( 33 33 'aRichText' => array('tool' => 'Main'), 34 'aSlideshow' => array("width" => 960, "flexHeight" => true, 'resizeType' => 's'),35 'aVideo' => array('width' => 960, 'flexHeight' => true, 'resizeType' => 's'),36 'aImage' => array('width' => 960, 'flexHeight' => true, 'resizeType' => 's'),37 'aButton' => array('width' => 960, 'flexHeight' => true, 'resizeType' => 's'),34 'aSlideshow' => array("width" => 720, "flexHeight" => true, 'resizeType' => 's'), 35 'aVideo' => array('width' => 720, 'flexHeight' => true, 'resizeType' => 's'), 36 'aImage' => array('width' => 720, 'flexHeight' => true, 'resizeType' => 's'), 37 'aButton' => array('width' => 720, 'flexHeight' => true, 'resizeType' => 's'), 38 38 'aBlog' => $blogOptions, 39 39 'aBlogSingle' => $blogOptions, … … 71 71 'aBlogSingle' => $blogCompactOptions 72 72 ))) ?> 73 74 <?php a_slot('news', 'aBlog')?>75 76 <?php a_slot('events', 'aEvent')?>

