Monday 31 March 2003 12:58:25 pm
Hey all I've discovered recently that I can get quite a bit done just using the template operators and functions, but can't help but feel like I'm giving too much power to the templates. First, some data. Here's an example folder
My Folder
>> Articles
>> >> Customer Success Stories
>> >> Technical Solutions >> >> Editorials From this, I would like to create the following
<ul>
<li><a href="/content/view/sitemap/243/">Customer Success Stories</a></li>
<li><a href="/content/view/sitemap/244/">Technical Solutions</a></li>
<li><a href="/content/view/sitemap/245/">Editorials</a></li> </ul> Also, the sitemap view isn't what I really want, but Now, I'm assuming it would be better to add some PHP to index.php to build an object of data that I access in the template instead. I admit, opening index.php I feel a bit lost. Am I in the correct line of thinking?
|