Download
Last stable v 5.2 2024-11-01
{cms_plugin_info}
Smarty get key pair info (<cms_plugin_info>) template plugin. Plugin gets key pair array from info storage stores into variable defined by var parameter.
Attributes:
Attribute Name | Type | Required | Default | Description |
---|---|---|---|---|
var | string | Yes | n/a | Assign key pair array to variable definded by var |
Sample for using:
{cms_plugin_info var='sample'}
{json_encode($sample)}
Above will output:
{"company_copyright":"\u00a9 KUSoftas CMS 2014 - 2024. All rights reserved","company_mail_address":"info@kusoftas.com","company_title":"KUSoftas CMS","demo":"false","eshop":"false","fb":{"id":"1179512022","image":"\/skin\/images\/logo.png","enable":"1"},"ga":{"id":"UA-42788298-1","enable":"1"},"social_facebook":{"counter":"1","url":"https:\/\/www.facebook.com\/kusoftas.cms"},"social_twitter":{"counter":"1","url":"http:\/\/www.twitter.com\/kusoftas"},"tw":{"id":"2496174469","image":"\/skin\/images\/logo.png","enable":"1"}}