If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!
glx_hl_current
This plugin highlights the current article or current section.
Attribute
class
The value youd like assigned to the class property of the current selected article or section
Default: current
section
Only for glx_hl_current_section
The section you want to compare to. It takes a commaseparated list if you want to compare to several sections
glx_hl_current_article
Just use it like this in a form
<li<txp:glx_hl_current_article />>
<txp:permlink><txp:title /></txp:permlink>
</li>
glx_hl_current_section
Just use it like this in a form or in a page template
<ul id="menu">
<li<txp:glx_hl_current_section section="default, article" />><a href="/">Start</a></li>
<li<txp:glx_hl_current_section section="archive" />><a href="/archive">My archive</a></li>
<li<txp:glx_hl_current_section section="contact" />><a href="/contact">Contact</a></li>
</ul>
Archived [?]: broken link