EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
column1.php
Go to the documentation of this file.
1 <?php
2 /*/////////////////////////////////////////////////////////////////////////
3 // This file is part of the
4 // _______ _ ______
5 // (_______) | | (_____ \
6 // _____ ____ _____ ___ | |__ _ _ ____) )
7 // | ___)/ ___)| ___ | /___)| _ \ | | | | / ____/
8 // | | | | | ____||___ || | | || |_| | | (_____
9 // |_| |_| |_____)(___/ |_| |_| \__ | |_______)
10 // (____/
11 // Yii theme
12 //
13 // Ported from the original Wordpress Freshy 2 theme:
14 // http://www.jide.fr/english/downloads/freshy2
15 //
16 // Licensed under the GPL, like the original theme
17 // Copyleft 2011 - Jacob 'jacmoe' Moen @ http://www.jacmoe.dk/
19 ?>
20 <?php $this->beginContent('//layouts/main'); ?>
21 <div id="page">
22  <div class="container">
23  <div id="frame">
24  <div id="content">
25  <?php if(isset($this->breadcrumbs)):?>
26  <?php $this->widget('zii.widgets.CBreadcrumbs', array(
27  'links'=>$this->breadcrumbs,
28  )); ?><!-- breadcrumbs -->
29  <br/>
30  <?php endif?>
31  <?php echo $content; ?>
32  </div><!-- content -->
33  </div><!-- frame -->
34  </div><!-- container -->
35 </div><!-- page -->
36 <?php $this->endContent(); ?>