zorn-v / thelia-smarty-plugins-module
Package info
github.com/zorn-v/thelia-smarty-plugins-module
Type:thelia-module
pkg:composer/zorn-v/thelia-smarty-plugins-module
1.0
2017-03-31 07:43 UTC
Requires
- thelia/installer: ~1.1
- thelia/smarty-module: ^2.2
This package is auto-updated.
Last update: 2026-03-11 23:05:55 UTC
README
Addition Smarty plugins for Thelia
- session_set
- session_get
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/directory and be sure that the name of the module is TheliaSmartyPlugins. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require zorn-v/thelia-smarty-plugins-module:~1.0
Usage
{session_set var1="value1" var2="value2"} {session_get var="var3" default="value3"}