Changeset 466
- Timestamp:
- 06/24/10 14:24:17 (20 months ago)
- File:
-
- 1 edited
-
trunk/views/layouts/blog.ctp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/views/layouts/blog.ctp
r465 r466 47 47 <?php 48 48 echo $this->Html->link('Articles', "/entries/rss/$username.rss", array('title'=>$username)); 49 echo $this->Html->link('Podcasts', "/podcasts/ rss/$username.rss", array('title'=>$username));49 echo $this->Html->link('Podcasts', "/podcasts/index/$username.rss", array('title'=>$username)); 50 50 echo '</div>'; 51 51 if ( $session->check('Auth.User') ): … … 59 59 <div id="blogger"> 60 60 <div style="margin:0 auto 0 auto 0;float:center;text-align:center;"> 61 <?php62 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 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>'; 66 66 67 if ( isset($tagCloud) ):67 if ( isset($tagCloud) ): 68 68 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',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', 72 72 '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;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; 82 82 83 83 echo $this->Html->div('spaced'); … … 87 87 echo $this->Html->link($this->Html->image('static/ooorg-80.png', array('alt'=>'OpenOffice.org', 'title'=>'OpenOffice.org')), 'http://www.openoffice.org/', array('escape'=>False)); 88 88 echo $this->Html->link($this->Html->image('static/hacker-80x15.png', array('alt'=>'Hacker', 'title'=>'Hacker')), 'http://www.fsfla.org/', array('escape'=>False)); 89 ?>89 ?> 90 90 </div> 91 91 </div> <!-- id="thin" -->
Note: See TracChangeset
for help on using the changeset viewer.
