PDA

View Full Version : Using variables from other content templates


triadib
13th of October 2006 (Fri), 16:21
Hi Pekka,

I just want to use variables from Exhibition browser template in Photo
Content template.
I tried to insert:

h1 class="ee_header ee_css_header_large">
<?php print $exhibition_name_html; ?>
</h1>


<br class="clear nada" />


<p class="ee_subheader ee_css_group_route_link">
<?php print $group_route_horiz_html; ?>
</p>


but it seems that these variables are not initalized by all templates.

Second try was to insert variables in

templates/pages/ee_2_default/photo/vars

but nothing happens too :-(

Regards
Dirk