Show
Ignore:
Timestamp:
09/11/08 15:04:23 (2 months ago)
Author:
aarkerio
Message:

New wikpages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/layouts/rubyx.ctp

    r651 r765  
    55<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">  
    66<head>  
    7     <?php 
    8     if ( isset($javascript) ): 
     7<?php 
     8 if ( isset($javascript) ): 
    99          echo $html->charset('UTF-8'); 
    1010          echo $javascript->link('prototype'); 
    1111          echo $javascript->link('myfunctions'); 
    1212          echo $javascript->link('scriptaculous.js?load=effects'); 
    13      endif; 
    14     ?> 
    15  
     13 endif; 
     14?> 
    1615<meta http-equiv="content-type" content="text/html; charset=utf-8" />  
    1716<meta http-equiv="content-language" content="cs" />  
     
    5958                      
    6059   <?php echo ($this->action == 'portfolio') ? '<li id="active">' : '<li>'; ?>  
    61      <a href="/users/portfolio/<?php echo $blog['User']['username'] ?>">Portfolio<span class="tab-l"></span><span class="tab-r"></span></a></li>  
     60     <a href="/users/portfolio/<?php echo $blog['User']['username'] ?>">ePortfolio<span class="tab-l"></span><span class="tab-r"></span></a></li>  
    6261                      
    6362   <?php echo ($this->action == 'aboutme') ? '<li id="active">' : '<li>'; ?>