123conwood
New member
Hello, I am looking for a way to display value of an element of an array (in the template)
7 and 10 is the node_id of the current forum, how can I display a value of an element above? For example @: Value of 7 to be used in the template.
Thanks.
Code:
<nodeBreadCrumbs>
array
7 =>
array
'href' => string 'http://localhost/xenforo113/forum/#7' (length=37)
@'value' => string 'Category 1' (length=10)
'node_id' => int 7
10 =>
array
'href' => string 'http://localhost/xenforo113/forums/10/' (length=39)
'value' => string 'Forum 1' (length=7)
'node_id' => int 10
7 and 10 is the node_id of the current forum, how can I display a value of an element above? For example @: Value of 7 to be used in the template.
Thanks.