Using as a CMS
Posted: Fri Dec 29, 2006 4:21 pm
I have written a css/xhtml/javascript menu system and wish to integrate with Serendipity. If someone could point me where to get the bits n' pieces i need....
My menu example is here: http://cathedral.dromore.anglican.org/cathedral07/
You can see the five or six sections or 'categories'. So I want Serendipity to give me out:
Do I need to write a plugin for this? Is a plugin just a fancy name for a tpl template? Any hints ?
Thanks v much!
My menu example is here: http://cathedral.dromore.anglican.org/cathedral07/
You can see the five or six sections or 'categories'. So I want Serendipity to give me out:
Code: Select all
[foreach] Category {
[for 1-5] { - Item }
}Thanks v much!