newscoop / smarty-extensions-plugin-bundle
SmartyExtensions plugin bundle for Newscoop
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:newscoop-plugin
Requires
- php: >=5.3.3
- guzzle/guzzle: dev-master
- newscoop/plugins-installer: *
This package is not auto-updated.
Last update: 2024-11-05 07:46:39 UTC
README
NewscoopSmartyExtensionsPluginBundle
Installation/Updating/Removing
Overview
Handled by Newscoop Plugin Manager
Template examples
{{ array_multisort array1=$array array2=array assaign=sorted_array }}
The above code will set a template variable called 'sorted_array' with the sorted array of array1 and array2 using the PHP function array_multisort
{{ set_current_article_events_date }}
Used in kobinet templates to sort arrays and set current_article_events_date template var
{{ set_art_data }}
Used in kobinet templates to sort arrays and set art_data_array template var
{{ set_current_date }}
Used in templates to set cMonth and cYear template vars
{{ show_calendar }}
Used in templates to output calendar for requested month and year