Welcome Guest, Not a member yet? Register   Sign In
Dynamic content in the template file
#13

[eluser]Kamy[/eluser]
template
Code:
<html>
<head>
</head>
<body>


<div id="logo"> </div>  

<div id="tabsI">
<ul>
&lt;?php foreach($nav_list  as $i => $nav_item): ?&gt;
                <li &lt;?  if ($nav==$i){ ?&gt;  id="current" &lt;? } ?&gt; >&lt;?= anchor($nav_item, '<span>'.$i.'</span>') ?&gt;</li>
&lt;?php endforeach ?&gt;
</ul>
</div>

<h1>&lt;?= $title ?&gt;</h1>

<div id="content"> &lt;?= $contents;?&gt;</div>

<div id="side_menu">
&lt;?php $this->load->view('test_view');?&gt;
</div>

&lt;/body&gt;
&lt;/html&gt;


Messages In This Thread
Dynamic content in the template file - by El Forum - 03-29-2011, 02:48 PM
Dynamic content in the template file - by El Forum - 03-30-2011, 04:17 AM
Dynamic content in the template file - by El Forum - 03-30-2011, 08:52 AM
Dynamic content in the template file - by El Forum - 03-30-2011, 09:15 AM
Dynamic content in the template file - by El Forum - 03-30-2011, 09:54 AM
Dynamic content in the template file - by El Forum - 03-30-2011, 11:38 AM
Dynamic content in the template file - by El Forum - 03-30-2011, 11:49 AM
Dynamic content in the template file - by El Forum - 03-30-2011, 11:59 AM
Dynamic content in the template file - by El Forum - 03-30-2011, 12:01 PM
Dynamic content in the template file - by El Forum - 03-30-2011, 12:04 PM
Dynamic content in the template file - by El Forum - 03-30-2011, 12:09 PM
Dynamic content in the template file - by El Forum - 03-30-2011, 12:18 PM
Dynamic content in the template file - by El Forum - 03-30-2011, 12:23 PM
Dynamic content in the template file - by El Forum - 03-31-2011, 04:31 PM
Dynamic content in the template file - by El Forum - 03-31-2011, 07:24 PM
Dynamic content in the template file - by El Forum - 03-31-2011, 07:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB