From 2389d66da849798f8d4ec5f10e3b07c11da49185 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sat, 28 May 2011 13:28:16 -0400 Subject: Initial Commit --- views/layouts/default.html.php | 129 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 views/layouts/default.html.php (limited to 'views/layouts/default.html.php') diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php new file mode 100644 index 0000000..30f38c6 --- /dev/null +++ b/views/layouts/default.html.php @@ -0,0 +1,129 @@ + + + + + html->charset();?> + OtakuHub > <?php echo $this->title(); ?> + html->style(array('style', 'base', 'grid')); ?> + html->style(array('themes/light', 'themes/green')); ?> + html->style(array('prettyPhoto')); ?> + + + + html->link('Icon', null, array('type' => 'icon')); ?> + + +
+
+ +

Kameleon

+ + +
+
+ +
+ content(); ?> +
+
+ +
+ + + + + + + + + + + + + html->script("/js/jquery.anchor.js"); ?> + html->script("/js/jquery.prettyPhoto.js"); ?> + + + + scripts(); ?> + + + + + -- cgit v1.2.3