Fetch node via ini settings


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. {def $a_node=fetch( content, node, hash( node_id, ezini( 'SettingSection', 'MainNode', 'settings.ini') ) )
  2. }
  3. <a href={$a_node.url_alias|ezurl()} title="{$a_node.name}">{$a_node.name|wash()}</a>

Report this snippet


Comments


You need to login to view comments.