Changeset 112
- Timestamp:
- 07/18/07 15:54:58 (1 year ago)
- Files:
-
- branch/views/posts/admin_view.ctp (modified) (1 diff)
- branch/views/posts/index.ctp (modified) (1 diff)
- branch/views/posts/view.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branch/views/posts/admin_view.ctp
r109 r112 1 1 <div class="hentry"> 2 <h2 class="entry-title"><?php e($html->link($post['Post']['title'], array('controller'=>'posts', 'action'=>'view', $post['Post']['s tub']))); ?></h2>2 <h2 class="entry-title"><?php e($html->link($post['Post']['title'], array('controller'=>'posts', 'action'=>'view', $post['Post']['slug']))); ?></h2> 3 3 <?php echo $html->link('Edit', array('action'=>'edit', $post['Post']['id'])); ?> 4 4 <abbr class="updated" title=""><?php echo $post['Post']['post_date']; ?></abbr> branch/views/posts/index.ctp
r89 r112 1 1 <?php foreach ($posts as $post): ?> 2 2 <div class="hentry"> 3 <h2 class="entry-title"><?php e($html->link($post['Post']['title'], array('controller'=>'posts', 'action'=>'view', $post['Post']['s tub']))); ?></h2>3 <h2 class="entry-title"><?php e($html->link($post['Post']['title'], array('controller'=>'posts', 'action'=>'view', $post['Post']['slug']))); ?></h2> 4 4 <div class="entry-infobar"> 5 5 Updated on <abbr class="updated" title=""><?php echo $post['Post']['post_date']; ?></abbr> by branch/views/posts/view.ctp
r109 r112 1 1 <div class="hentry"> 2 <h2 class="entry-title"><?php e($html->link($post['Post']['title'], array('controller'=>'posts', 'action'=>'view', $post['Post']['s tub']))); ?></h2>2 <h2 class="entry-title"><?php e($html->link($post['Post']['title'], array('controller'=>'posts', 'action'=>'view', $post['Post']['slug']))); ?></h2> 3 3 <?php echo $html->link('Edit', array('action'=>'edit', $post['Post']['id'])); ?> 4 4 <abbr class="updated" title=""><?php echo $post['Post']['post_date']; ?></abbr>