Changeset 637 for trunk/app/views/layouts
- Timestamp:
- 07/10/08 17:53:04 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/layouts/rubyx.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/rubyx.ctp
r634 r637 55 55 <?php 56 56 57 echo ($this->action == ' blog' || $this->action == 'entry') ? '<li id="active">' : '<li>'; ?>57 echo ($this->action == 'display' || $this->action == 'entry') ? '<li id="active">' : '<li>'; ?> 58 58 <a href="/blog/<?php echo $blog['User']['username'] ?>">eduBlog<span class="tab-l"></span><span class="tab-r"></span></a></li> 59 59
