|
@@ -4,11 +4,11 @@ use \lithium\security\Auth;
|
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
<html>
|
|
|
<head>
|
|
<head>
|
|
|
- <?= $this->html->charset() ?>
|
|
|
|
|
|
|
+ <?= $this->html->charset(); ?>
|
|
|
<title>OtakuHub<?php $title = $this->title(); if ($title) echo " > $title" ?></title>
|
|
<title>OtakuHub<?php $title = $this->title(); if ($title) echo " > $title" ?></title>
|
|
|
- <?= $this->html->style(array('style', 'base')) ?>
|
|
|
|
|
- <?= $this->html->style('themes/light') ?>
|
|
|
|
|
- <?= $this->html->style('prettyPhoto') ?>
|
|
|
|
|
|
|
+ <?= $this->html->style(array('style', 'base')); ?>
|
|
|
|
|
+ <?= $this->html->style('themes/light'); ?>
|
|
|
|
|
+ <?= $this->html->style('prettyPhoto'); ?>
|
|
|
<?= $this->styles(); ?>
|
|
<?= $this->styles(); ?>
|
|
|
|
|
|
|
|
<script type="text/javascript" >
|
|
<script type="text/javascript" >
|
|
@@ -76,14 +76,14 @@ use \lithium\security\Auth;
|
|
|
<br class="cl" />
|
|
<br class="cl" />
|
|
|
</header>
|
|
</header>
|
|
|
<div id="page">
|
|
<div id="page">
|
|
|
- <?= $this->content() ?>
|
|
|
|
|
|
|
+ <?php echo $this->content() ?>
|
|
|
</div>
|
|
</div>
|
|
|
<footer>
|
|
<footer>
|
|
|
<p>Copyright ©2011, <a href="http://www.melenion.org">Melenion Dev Studios</a></p>
|
|
<p>Copyright ©2011, <a href="http://www.melenion.org">Melenion Dev Studios</a></p>
|
|
|
<br class="cl" />
|
|
<br class="cl" />
|
|
|
</footer>
|
|
</footer>
|
|
|
|
|
|
|
|
-<?= $this->html->script("/js/jquery-1.6.1.min.js") ?>
|
|
|
|
|
|
|
+<?= $this->html->script("/js/jquery-1.6.1.min.js"); ?>
|
|
|
<?= $this->html->script("/js/jquery.anchor.js"); ?>
|
|
<?= $this->html->script("/js/jquery.anchor.js"); ?>
|
|
|
<?= $this->html->script("/js/jquery.tools.min.js"); ?>
|
|
<?= $this->html->script("/js/jquery.tools.min.js"); ?>
|
|
|
<?= $this->html->script("/js/jquery.form.js"); ?>
|
|
<?= $this->html->script("/js/jquery.form.js"); ?>
|