zorn-v / thelia-smarty-plugins-module

1.0 2017-03-31 07:43 UTC

This package is auto-updated.

Last update: 2024-09-11 19:56:35 UTC


README

为 Thelia 添加 Smarty 插件

  • session_set
  • session_get

安装

手动

  • 将模块复制到 <thelia_root>/local/modules/ 目录,并确保模块名称为 TheliaSmartyPlugins。
  • 在您的 Thelia 管理面板中激活它

Composer

将其添加到主 thelia composer.json 文件中

composer require zorn-v/thelia-smarty-plugins-module:~1.0

用法

{session_set var1="value1" var2="value2"}
{session_get var="var3" default="value3"}