26 Mar
2011
26 Mar
'11
12:30 p.m.
hey On Sat, Mar 26, 2011 at 1:58 PM, Geistteufel <geistteufel@yahoo.fr> wrote:
I want to do something like this :
<div> <div class="tabs" <% INCLUDE tabs %> </div> <% INCLUDE shorten %> <% INCLUDE sidebar %> </div>
... well instead of having one huge index file.
How can I do that ?
You'll need the extension as well: <% INCLUDE tabs.tt %> <% INCLUDE shorten.tt %> <% INCLUDE sidebar.tt %>