summaryrefslogtreecommitdiff
path: root/protected/views/layouts/column1.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/layouts/column1.php')
-rw-r--r--protected/views/layouts/column1.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/protected/views/layouts/column1.php b/protected/views/layouts/column1.php
new file mode 100644
index 0000000..f70b154
--- /dev/null
+++ b/protected/views/layouts/column1.php
@@ -0,0 +1,5 @@
+<?php $this->beginContent('//layouts/main'); ?>
+<div id="content">
+ <?php echo $content; ?>
+</div><!-- content -->
+<?php $this->endContent(); ?> \ No newline at end of file