Changeset 1818 for plugins/apostrophePlugin/branches/features/css/modules/aButtonSlot/templates/_normalView.php
- Timestamp:
- 07/21/10 16:35:10 (22 months ago)
- Location:
- plugins/apostrophePlugin/branches/features/css
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
modules/aButtonSlot/templates/_normalView.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/features/css
- Property svn:mergeinfo changed
-
plugins/apostrophePlugin/branches/features/css/modules/aButtonSlot/templates/_normalView.php
r1681 r1818 48 48 <?php echo $embed ?> 49 49 </li> 50 <?php if (isset($img_title) ): ?>50 <?php if (isset($img_title) && $img_title != ''): ?> 51 51 <li class="a-button-title"><a class="a-button-link" href="<?php echo $link ?>"><?php echo $img_title ?></a></li> 52 52 <?php endif ?> 53 <?php if ( $description): ?>53 <?php if (isset($description)): ?> 54 54 <li class="a-button-description"><?php echo $item->description ?></li> 55 55 <?php endif ?>

