Changeset 4479
- Timestamp:
- 01/18/12 15:07:29 (4 months ago)
- Location:
- plugins/apostropheBlogPlugin/branches/1.5/modules
- Files:
-
- 2 modified
-
aBlogSlot/templates/_normalView.php (modified) (1 diff)
-
aEventSlot/templates/_normalView.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/branches/1.5/modules/aBlogSlot/templates/_normalView.php
r3916 r4479 20 20 <?php endforeach ?> 21 21 <?php else: ?> 22 <h4><?php echo a_('There are no blog posts that match the criteria you have specified.') ?></h4> 22 <?php if ($sf_user->isAuthenticated()): ?> 23 <h4><?php echo a_('There are no blog posts that match the criteria you have specified.') ?></h4> 24 <?php endif ?> 23 25 <?php endif ?> -
plugins/apostropheBlogPlugin/branches/1.5/modules/aEventSlot/templates/_normalView.php
r3593 r4479 23 23 <?php endforeach ?> 24 24 <?php else: ?> 25 <h4><?php echo a_('There are no events that match the criteria you have specified.') ?></h4> 25 <?php if ($sf_user->isAuthenticated()): ?> 26 <h4><?php echo a_('There are no events that match the criteria you have specified.') ?></h4> 27 <?php endif ?> 26 28 <?php endif ?>

