Advertisement
Guest User

Yiiki 2 - 10

a guest
Jul 15th, 2011
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <div class="view">
  2.     <?php echo CHtml::link( CHtml::encode($data->title), $this->createUrl('page/view', array( 'title' => $data->title ) ) ); ?>
  3.     (Rev.: <?php echo CHtml::encode($data->revision); ?>)
  4.     <i><?php echo date( 'Y-m-d H:i', CHtml::encode($data->created) ); ?></i>
  5. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement