Changeset 27156
- Timestamp:
- 01/25/10 17:33:29 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/pkBlogPlugin/trunk/modules/pkCalendar/templates/_noresults.php
r25535 r27156 1 1 <?php if ($sf_params->get('tag') || $sf_params->get('cat') || $sf_params->get('search')): ?> 2 <h3 >Sorry, but there aren't any events in this date range that match. Try browsing other dates, tags and categories with the navigation on the left.</h3>2 <h3 class="blog-noresults">Sorry, but there aren't any events in this date range that match. Try browsing other dates, tags and categories with the navigation on the left.</h3> 3 3 <?php else: ?> 4 <h3 >Sorry, but there aren't any events in this date range. Try browsing other dates with the navigation on the left.</h3>4 <h3 class="blog-noresults">Sorry, but there aren't any events in this date range. Try browsing other dates with the navigation on the left.</h3> 5 5 <?php endif ?> plugins/pkBlogPlugin/trunk/modules/pkCalendar/templates/_upcomingEvents.php
r25589 r27156 5 5 <div class="pk-calendar-meta"> 6 6 <ul> 7 <li class="pk-calendar-date"><?php echo date('l', strtotime($pk_blog_event->getStartDate())) ?></li> 8 <li><?php echo date('F jS Y', strtotime($pk_blog_event->getStartDate())) ?></li> 7 <li class="pk-calendar-date"><?php echo date('l, F jS Y', strtotime($pk_blog_event->getStartDate())) ?></li> 9 8 <?php if($pk_blog_event->getStartTime()): ?> 10 9 <li><?php echo date('g:iA', strtotime($pk_blog_event->getStartTime())) ?>