'; echo $html->docType(); ?>
charset('UTF-8'); echo $javascript->link('prototype'); echo $javascript->link('scriptaculous.js?load=effects'); echo $javascript->link('myfunctions'); endif; echo $html->css('school/school'); ?>| link($html->image('css/school/school.jpg', array('alt'=>'School', 'title'=>'School')), '/blog/'.$blog["User"]["username"], null, null, false); ?> | div('quote', $blog["User"]["quote"]); ?> |
|
create("Entry", array("action"=>"search", "onsubmit"=>"return chkSearch()"));
echo $form->hidden('Entry.user_id', array("value"=>$blog["User"]["id"]));
echo $form->input('Entry.terms', array("size"=>"15", "value"=>"Search...")).' '; echo $form->end('Search'); ?> 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; if ( $blog["Vclassroom"] != null): echo $this->element('vclassrooms', $blog["Vclassroom"]); endif; if ( $blog["Catforum"] != null): echo $this->element('catforums', $blog["Catforum"]); endif; if ( !$session->check('Auth.User') ): echo ' ' . $html->link( $html->image('static/login.png', array("alt"=>'Login', "title"=>'Login')), '/users/login', false, false, null) . " "; endif; ?> |