Hi Shabu,
You have created an excellent templete for 4images. Best on the net.
I would like to request some tips on modify templete.
My HTML is good, but my PHP is not too good.
I want to create an "About" page, so would like to create/link to a new page with nothing on it except the left hand menu side.
Should I just get a copy of index.php, rename it to about.php.
Then should I create a about.html templete file and modify that.
How do I link the two together.....
Also, I love the way you created the top navigation menu (see below)
Question.... How do you link to the page you want?
For example how is <li><a class="common" href="{url_top_images}">{lang_top_images}</a></li>
linking to top.php. I dont understand what {url_top_images} means
<div class="bar">
<h3>
{if has_rss}
<a href="{rss_url}"><img src="{template_url}/images/rss.gif" border="0" alt="{rss_title}" /></a>
{endif has_rss}
</h3>
<ul>
<li><a id="home" href="{url_home}" title="{site_name}">Home</a></li>
<li><a class="common" href="{url_top_images}">{lang_top_images}</a></li>
<li><a class="common" href="{url_new_images}">{lang_new_images}</a></li>
</ul>
</div>
<div class="nav">
<p>{clickstream}</p>
</div>