To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
07/07/10 10:49:26 (23 months ago)
Author:
johnnyoffline
Message:

homeTemplate reverted, it was incorrectly modified

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandboxes/asandbox/branches/1.4/apps/frontend/modules/a/templates/homeTemplate.php

    r1649 r1707  
    11        <?php use_helper('a') ?> 
    22 
    3 <?php slot('body_class') ?>a-home alt<?php end_slot() ?> 
     3<?php slot('body_class') ?>a-home<?php end_slot() ?> 
    44 
    55<?php $blogOptions = array('slideshowOptions' => array('width' => 360, 'height' => 220,  )) ?> 
     
    3232  'type_options' => array( 
    3333                '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'), 
    3838                'aBlog' => $blogOptions, 
    3939                'aBlogSingle' => $blogOptions, 
     
    7171                'aBlogSingle' => $blogCompactOptions             
    7272        ))) ?> 
    73          
    74         <?php a_slot('news', 'aBlog')?> 
    75          
    76                 <?php a_slot('events', 'aEvent')?>