Das Smarty-Plugin "link" ermöglicht Ihnen Links innerhalb des Templates zu generieren:
Nutzung:
{link page='content' id='2'} <!-- http://localhost/xtc_github4-Reseller-DL/de/privatsphaere-und-datenschutz (Privatsphaere und Datenschutz = ID 6) --><br /> {link page='product' id='2'} <!-- http://localhost/xtc_github4-Reseller-DL/de/kategorie-1/artikel-mit-sonderpreis --><br /> {link page='categorie' id='2'} <!-- http://localhost/xtc_github4-Reseller-DL/de/kategorie-2 --><br /> {link page='manufactures' id='2'} <!-- http://localhost/xtc_github4-Reseller-DL/de/hersteller-b --><br />
Diese Funktion kann auch dynamisch innerhalb von Plugins verwendet werden indem Sie Variablen an die Parameter übergeben:
{link page=$type id=$id}