Development

Changeset 23839

You must first sign up to be able to contribute.

Changeset 23839

Show
Ignore:
Timestamp:
11/12/09 21:47:52 (4 years ago)
Author:
agilbert
Message:

Proper route for the link to event.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/pkBlogPlugin/trunk/modules/pkCalendar/templates/_upcomingEvents.php

    r23838 r23839  
    44      <h4><?php echo $pk_blog_event->getTitle() ?></h4> 
    55      <p><?php echo $pk_blog_event->getExcerpt() ?></p> 
    6       <p><?php echo link_to('Read More', 'pk_blog_event_show', $pk_blog_event, array('class' => 'pk-blog-more')) ?></p> 
     6      <p><?php echo link_to('Read More', 'pk_blog_calendar_post', $pk_blog_event, array('class' => 'pk-blog-more')) ?></p> 
    77    </li> 
    88  <?php endforeach ?>