Template problem
Posted: Sun Oct 22, 2006 12:56 pm
Hello Again:)
I have splitted my source for the files:
header.php
content.php
footer.php
menu.php
Source [part]:
My source is div based.
I have serious problems with my template. I don't know where I have to include files to make pages with different content. Do I have to put my tamplate in index.php? Or can it be juest like I've splitted it?
header.php
content.php
footer.php
menu.php?
I have read many tutorials but I haven't found what I'm looking for [Smiley U2]
Thanks in advance for help
Greetings
Pedro
I have splitted my source for the files:
header.php
content.php
footer.php
menu.php
Source [part]:
Code: Select all
<div id="bckg"></div>
<div id="left">
<div id="menu">
<ul class="menu_t">
<li class="menu_item_lefth"> Michael-Schenker.com</li>My source is div based.
I have serious problems with my template. I don't know where I have to include files to make pages with different content. Do I have to put my tamplate in index.php? Or can it be juest like I've splitted it?
header.php
content.php
footer.php
menu.php?
I have read many tutorials but I haven't found what I'm looking for [Smiley U2]
Thanks in advance for help
Greetings
Pedro