|
profile
image('avatars/'.$blog[0]["User"]["photo"], array("alt"=>$blog[0]["User"]["username"], "title"=>$blog[0]["User"]["username"])) . "";
if ( $blog["Lesson"] != null ):
echo $this->element('lesson', $blog["Lesson"]);
endif;
if ( $blog["Podcast"] != null ):
echo $this->element('podcast', $blog["Podcast"]);
endif;
if ( $blog["Catfaq"] != null ):
echo $this->element('catfaqs', $blog["Catfaq"]);
endif;
if ( $blog["Acquaintance"] != null ):
echo $this->element('acquaintances', $blog["Acquaintance"]);
endif;
/* maybe remove this later
if ( $blog["Catforum"] != null)
{
echo $this->element('catforums', $blog["Catforum"]);
}
*/
if ( $session->check('Auth.User') ):
e($html->para($html->link(
$html->image('static/login.png', array("alt"=>'Login', "title"=>'Login')),
'/users/login', false, false, null), aa('style', 'text-align:center;margin:35px 0 35px 0')));
endif;
?>
Powered by:
|
|