Changeset 466


Ignore:
Timestamp:
06/24/10 14:24:17 (20 months ago)
Author:
aarkerio
Message:

Update users

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/views/layouts/blog.ctp

    r465 r466  
    4747<?php 
    4848echo $this->Html->link('Articles', "/entries/rss/$username.rss", array('title'=>$username)); 
    49 echo $this->Html->link('Podcasts', "/podcasts/rss/$username.rss", array('title'=>$username)); 
     49echo $this->Html->link('Podcasts', "/podcasts/index/$username.rss", array('title'=>$username)); 
    5050echo '</div>'; 
    5151if ( $session->check('Auth.User') ):    
     
    5959<div id="blogger"> 
    6060   <div style="margin:0 auto 0 auto 0;float:center;text-align:center;"> 
    61  <?php 
    62   echo $this->Html->image('avatars/'.$blogger['User']['avatar'], array('alt'=>$username,'title'=>$username)); 
    63   echo '</div>'; 
    64   echo '<span style="font-size:7pt;text-align:justify;">'. nl2br($blogger['User']['cv']) . '</span>'; 
    65    echo '</div>'; 
     61<?php 
     62echo $this->Html->image('avatars/'.$blogger['User']['avatar'], array('alt'=>$username,'title'=>$username)); 
     63echo '</div>'; 
     64echo '<span style="font-size:7pt;text-align:justify;">'. nl2br($blogger['User']['cv']) . '</span>'; 
     65echo '</div>'; 
    6666     
    67    if ( isset($tagCloud) ): 
     67if ( isset($tagCloud) ): 
    6868           echo $this->element('tags', $tagCloud); 
    69    endif; 
    70    echo $this->Html->div('temas', 'Powered by'); 
    71    echo $this->Html->div('spaced',  $this->Html->link($this->Html->image('static/mn-small.png', array('alt'=>'Despabilando la MonoNeurona.org',  
     69endif; 
     70echo $this->Html->div('temas', 'Powered by'); 
     71echo $this->Html->div('spaced',  $this->Html->link($this->Html->image('static/mn-small.png', array('alt'=>'Despabilando la MonoNeurona.org',  
    7272                                                                   'title'=>'Despabilando la MonoNeurona.org')), '/',  array('escape'=>False))); 
    73    if ( $blogger['User']['livechat'] = 1): 
    74        echo $this->element('livechat', $blogger['Livechat']); 
    75    endif; 
    76    if ( $blogger['User']['Wayding'] = 1): 
    77        echo $this->element('waydingblog', $blogger['Wayding']); 
    78    endif;       
    79    if ( count($blogger['Gallery']) > 0 ): 
    80        echo $this->element('galleries', $blogger['Gallery']); 
    81    endif; 
     73if ( $blogger['User']['livechat'] = 1): 
     74    echo $this->element('livechat', $blogger['Livechat']); 
     75endif; 
     76if ( $blogger['User']['Wayding'] = 1): 
     77    echo $this->element('waydingblog', $blogger['Wayding']); 
     78endif;       
     79if ( count($blogger['Gallery']) > 0 ): 
     80    echo $this->element('galleries', $blogger['Gallery']); 
     81endif; 
    8282                  
    8383echo $this->Html->div('spaced'); 
     
    8787echo $this->Html->link($this->Html->image('static/ooorg-80.png', array('alt'=>'OpenOffice.org', 'title'=>'OpenOffice.org')), 'http://www.openoffice.org/',  array('escape'=>False)); 
    8888echo $this->Html->link($this->Html->image('static/hacker-80x15.png', array('alt'=>'Hacker', 'title'=>'Hacker')), 'http://www.fsfla.org/',  array('escape'=>False)); 
    89  ?> 
     89?> 
    9090</div> 
    9191</div> <!-- id="thin" --> 
Note: See TracChangeset for help on using the changeset viewer.