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

Show
Ignore:
Timestamp:
04/26/10 16:41:12 (2 years ago)
Author:
johnnyoffline
Message:

h2 -> h3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/modules/aEvent/templates/_post.php

    r860 r1064  
    11<?php use_helper('a') ?> 
    22<div class="a-blog-post"> 
    3   <h2 class="a-blog-post-title"> 
     3  <h3 class="a-blog-post-title"> 
    44    <?php echo link_to($a_event->getTitle(), 'a_event_post', $a_event) ?> 
    5   </h2> 
     5  </h3> 
    66  <ul class="a-blog-post-meta"> 
    77    <li class="date"><?php echo date('l F jS Y', strtotime($a_event->getPublishedAt())) ?></li>