Customfields in page_container

Nudaii

Well-known member
would it be possible to have the contents of a custom field show in page_container

so far i have this

Code:
<div id="userlinkBar">
test
<xen:if is="{$user.customFields.link1title}">
<a href="{$user.customFields.link1url}">{$user.customFields.link1title}</a>
</xen:if>
</div>

"test" shows, and the styling etc is right, however the contents of the field don't show..

any ideas?
 
Top Bottom