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

Show
Ignore:
Timestamp:
07/23/10 19:06:05 (22 months ago)
Author:
johnnyoffline
Message:

cleaned up cropping somewhat with rick and jake

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/branches/features/cropping/modules/aMedia/templates/_browser.php

    r844 r1847  
    11<?php use_helper('I18N') ?> 
     2<?php // Media is now an engine, so there's a page ?> 
     3<?php $page = aTools::getCurrentPage() ?> 
    24   
    35<?php // Entire media browser goes into what would otherwise be the regular apostrophe subnav ?> 
    46<?php slot('a-subnav') ?> 
    5  
    6 <?php // Media is now an engine, so there's a page ?> 
    7 <?php $page = aTools::getCurrentPage() ?> 
    87 
    98<?php // For backwards compatibility reasons it is best to implement these as before and after partials ?>