06.02
php
saved
stevieboy
Note
this is a basic template layout (i hope it's correct) ...
replace the views/layouts/default.ctp with this paste
this is a basic template layout (i hope it's correct) ...
replace the views/layouts/default.ctp with this paste
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <title>
- <?php __('My CakeApp'); ?>
- </title>
- <?php
- echo "\n";
- echo "\n";
- echo "\n";
- echo "\n<!-- includes for specific layouts START -->\n";
- echo $scripts_for_layout;
- echo "\n<!-- includes for specific layouts END -->\n";
- echo "\n";
- ?>
- </head>
- <body>
- <div id="outer">
- <div id="header">
- </div>
- <div id="menu">
- ); ?>
- </div>
- <div class="clear"></div>
- <div id="content">
- <div id="sidebar">
- ); ?>
- </div>
- <div id="primaryContent">
- <?php
- if ($session->check('Message.flash')):
- $session->flash();
- endif;
- ?>
- </div>
- <div class="clear"></div>
- </div>
- <div id="footer">
- <p>Copyright � 2008 stevieboy</p>
- </div>
- </div>
- <div style="width: 90%;margin: auto; color: black;border-top: 1px solid red; text-align: left;">
- </div>
- </body>
- </html>
Parsed in 0.136 seconds, using GeSHi 1.0.7.14