= $this->html->charset() ?>
OtakuHub > = $this->title() ?>
= $this->html->style(array('style', 'base', 'grid')) ?>
= $this->html->style(array('themes/light', 'themes/green')) ?>
= $this->html->style(array('prettyPhoto')) ?>
= $this->html->style(array('jquery.tagsinput')) ?>
= $this->html->script("/js/jquery.tagsinput.min.js") ?>
= $this->html->link('Icon', null, array('type' => 'icon')) ?>
_render('element', 'authnav', compact('user'));
}
else
{
echo $this->_render('element', 'normalnav', compact('user'));
}
?>
= $this->content() ?>
= $this->html->script("/js/jquery.anchor.js"); ?>
= $this->html->script("/js/jquery.prettyPhoto.js"); ?>
= $this->scripts(); ?>