Hi,
i'm trying to access the entried titleattribute in options which can be accessed via menu manager ($node->titleattribute) in the normal page template. I thought it could work via {page_attr key="titleattribute"} but it does not. Any other suggestions?
Thx
anti
[Solved] Accessing titleattribute in template
- antiheld2000
- Forum Members
- Posts: 236
- Joined: Thu Jan 31, 2008 9:23 am
[Solved] Accessing titleattribute in template
Last edited by antiheld2000 on Wed Apr 11, 2012 6:18 am, edited 1 time in total.
Re: Accessing titleattribute in template
Hi Antiheld,
You're close. That entry (Description (title attribute):) is actually the description. Access it with:
{description}
In a regular template or page.
Regards,
Mikey
You're close. That entry (Description (title attribute):) is actually the description. Access it with:
{description}
In a regular template or page.
Regards,
Mikey
- antiheld2000
- Forum Members
- Posts: 236
- Joined: Thu Jan 31, 2008 9:23 am
Re: Accessing titleattribute in template
Thank you very much!
Re: [Solved] Accessing titleattribute in template
If you are trying to use the text in the Title: box of a page it is {title}...