Page 1 of 1

Static pages tpl question

Posted: Fri Feb 17, 2006 12:35 pm
by randulo
I'm trying to adapt the static page plugin to present a collection of columns by various authors. I want the navigation to be more specific.

If I am in a page B that is a child of page A

$staticpage_navigation.top.link will give me the link to go back to tha authors "home" page (my parent)

How can I get the parent page title?

Posted: Fri Feb 17, 2006 12:42 pm
by falk
This is {$staticpage_navigation.top.name}. Have a look in the staticpages directory. There must be a file named Smarty_and_CSS_Tags. I wrote all smarty and css tags in this file. If not exists, look here: http://cvs.sourceforge.net/viewcvs.py/p ... iew=markup

Posted: Fri Feb 17, 2006 1:08 pm
by randulo
falk wrote:This is {$staticpage_navigation.top.name}.
That is the name "prev" for navigation. But now I'm remembering that this can be configured to be the title or prev, top, next, right? I'll check that.

Thanks for the other info, too.