Example #1
0
 public function partial()
 {
     $data = $this->attributes();
     unset($data['name']);
     return theme_partial($this->attribute('name'), $data);
 }
    echo $this->uri->uri_string() == 'redemption/order/showlist' ? 'class="current"' : '';
    ?>
 href="<?php 
    echo site_url('/redemption/order/showlist');
    ?>
">Order Details</a></li>
                    </ul>
                </div>
</div>
            
            <div class="clearfix"></div>
             <?php 
    echo theme_partial('invite_widget');
    ?>
             <?php 
    echo theme_partial('question');
    ?>
            <?php 
    //echo theme_partial('survey_mokey');
    ?>
        </div>
        <div class="col-sm-8 col-md-9">
            <div id="two_col_right" class="col-main">
    <?php 
    echo $this->session->flashdata('message');
    ?>
                 <?php 
    echo $this->session->flashdata('error');
    ?>
    <?php 
    //  echo validation_errors();
Example #3
0
    ?>
" alt="" style="position: relative; top: 3px;" />&nbsp;You are logged in as <?php 
    echo $this->secure->get_user_session()->first_name . ' ' . $this->secure->get_user_session()->last_name;
    ?>
</div>
                    <?php 
}
?>
                </div>
                <?php 
if ($this->secure->is_auth()) {
    ?>
                    <div id="menu">

                        <?php 
    echo theme_partial('navigation');
    ?>

                        <ul class="right">
                            <li id="store"><a class="top" onClick="window.name = 'ee_admin'" target="ee_cms" href="<?php 
    echo site_url();
    ?>
">Visit Site</a></li>
                            <li id="store"><a class="top" href="<?php 
    echo site_url('users/logout');
    ?>
">Logout</a></li>
                        </ul>
                        <script type="text/javascript">
                            $(document).ready(function() {
                                $('#menu > ul').superfish({
Example #4
0
<!DOCTYPE html>
<!-- Website template by freewebsitetemplates.com -->
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
		<title><?php 
echo $theme_data['title'];
?>
</title>
		<?php 
echo $theme_data['metadata'];
?>
	
	</head>
	<body>
		<div class="page">
			<?php 
echo theme_partial('header');
?>
			<div class="body">
				<?php 
echo $theme_content;
?>
			</div>
			<?php 
echo theme_partial('footer');
?>
		</div>
	</body>
</html>  
Example #5
0
<!DOCTYPE html>
<html>
	<title><?php 
echo $theme_data['title'];
?>
</title>
	<?php 
echo $theme_data['metadata'];
?>
	
</html>
<body>
	<?php 
echo theme_partial("header");
//$theme_header; //
?>
	
	<div id="content_container" class='container-fluid'>
	    <?php 
echo $theme_content;
?>
	</div>
	
	<?php 
echo theme_partial("footer", array('footer_msg' => 'footer msg from default layout'));
?>
</body>
</html>
Example #6
0
<header>
		<div id='top_menu'>
			<div class="navbar navbar-fixed-top"> HEADER TEST
				<?php 
echo theme_partial("menu");
?>
			</div>
		</div>
</header>