Breadcrumb & Page Title

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
How do i set this 2 on own pages?

I've created a page based on the "xenforo help"(i'm using the same code) but i can't find a way to change the page title & the text under the breadcrumb
 

Attachments

  • xenforoinfo.webp
    xenforoinfo.webp
    7.9 KB · Views: 41
ok solved it

had to add
Code:
<xen:title>{xen:phrase ragtek_info} - {xen:raw $selected}</xen:title>
<div align="center">
    <xen:h1>{xen:phrase ragtek_info}</xen:h1>
</div>
to my template
 
Your <div align="center"> there is redundant - both xen:title and xen:h1 are just variable holders.
 
oh, ok thx

can i set them also in the controller, or only in the template?
 
Top Bottom