- Timestamp:
- 04/26/10 16:41:12 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aBlog/templates/_post.php
r1055 r1064 2 2 <?php $catClass = ""; foreach ($a_blog_post->getCategories() as $category): ?><?php $catClass .= " category-".aTools::slugify($category); ?><?php endforeach ?> 3 3 <div class="a-blog-post <?php echo $a_blog_post->getTemplate() ?><?php echo ($catClass != '')? $catClass:'' ?>"> 4 <h 2class="a-blog-post-title">4 <h3 class="a-blog-post-title"> 5 5 <?php echo link_to($a_blog_post->getTitle(), 'a_blog_post', $a_blog_post) ?> 6 </h 2>6 </h3> 7 7 <ul class="a-blog-post-meta"> 8 8 <li class="date"><?php echo date('l F jS Y', strtotime($a_blog_post->getPublishedAt())) ?></li>

