xf_phantom
Well-known member
It would be great if the DEFAULT template would have an area for extracontent.
I love the default template and i use it all the time, but this feature is missing
I've added it via TMS to my default installations, but it would IMO also be a great feature for debugging operations on client communies, that's why i'm posting is here as suggestion to get it into the core
then i could use
to add own custom debugtemplate or use this while addon development (which also would be a huge helper )
I love the default template and i use it all the time, but this feature is missing
I've added it via TMS to my default installations, but it would IMO also be a great feature for debugging operations on client communies, that's why i'm posting is here as suggestion to get it into the core
then i could use
Code:
<xen:include template="DEFAULT">
<xen:set var="$extraContent">
my debug content...
</xen:set>
</xen:include>
Upvote
0