Show
Ignore:
Timestamp:
07/01/08 19:06:58 (5 months ago)
Author:
aarkerio
Message:

Little fixes

Files:
1 modified

Legend:

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

    r610 r617  
    1717<meta http-equiv="content-language" content="cs" />  
    1818<meta name="robots" content="all,follow" />  
    19 <meta name="author" content="All: ... [Nazev webu - www.url.cz]; e-mail: info@url.cz" />  
     19<meta name="author" content="Karamelo by Chipotle Software" />  
    2020<meta name="copyright" content="Design/Code: Vit Dlouhy [Nuvio - www.nuvio.cz]; e-mail: vit.dlouhy@nuvio.cz" /> 
    2121<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php echo '/entries/rss/'.$blog['User']['username']; ?>" /> 
     
    3636<!-- Main -->  
    3737<div id="main" class="box">  
    38      
     38  
    3939<!-- Header -->  
    4040<div id="header"> 
    4141<!-- user_name_blog -->           
    4242<h1 id="logo"> 
    43  <?php echo $html->link($blog['User']['name_blog'], '/blog/'.$blog['User']['username'], array("title"=>$blog['User']['name_blog'])); ?> 
     43<?php  
     44e($html->link($blog['User']['name_blog'], '/blog/'.$blog['User']['username'], array("title"=>$blog['User']['name_blog']))); ?> 
    4445</h1>  
    4546 
    46 <?php echo $html->div(null, $blog['User']['quote'], array('id'=>'quote')); ?>  
     47<?php echo $html->div(null, ''.$blog['User']['quote'], array('id'=>'quote')); ?>  
    4748      
    4849</div> <!-- /header -->