Download
Last stable v 5.2 2024-11-01
{a}
Smarty get menu anchor (<a>) template plugin. Plugin outputs menu item anchor (<a>) by menu item name (may be assigned using "Menu" tool). May be used to get same menu item anchor (<a>) in different languages using same name.
Attributes:
Attribute Name | Type | Required | Default | Description |
---|---|---|---|---|
name | string | Yes | n/a | menu item name assigned using "Menu" tool |
title | string | No | n/a | Assign different title than menu item |
Sample for using:
{a name="sample-name"}
Above will output:
<a href="http://www.kusoftas.com/programming/template-plugins/title-tit">Title (tit)</a>