Thursday 01 October 2009 2:18:10 pm
hi there. in my templates, i'm usign ezpagedata_set for setting some persistent variables, mainly for add css class to my <body> tags or even set titles for pages. i would like to use this function with ezflow/timeline view. it seems that these two lines of code
$nodeResult['content_info']['persistent_variable'] = array( 'extra_template_list' => array( 'timeline.tpl' ),
'pagestyle_css_classes' => array( 'yui-skin-sam', 'yui-skin-ezflow' ) );
doesn't allow me to add my custom persistent variables. if i comment them out, then i get what i expect... any way to achieve this without hacking timeline.php file? thanks.
|