diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-16 20:25:00 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-16 20:25:00 +0100 |
| commit | d729e91a69c82eeeadefe0f8d3a1139ec5492e63 (patch) | |
| tree | 062d92ca4a7f8dc4be979500133ca47cd1df8152 /smartyplugins | |
| parent | 201dda1ed262fd49d633574936b82029b0d070d0 (diff) | |
| download | themes-d729e91a69c82eeeadefe0f8d3a1139ec5492e63.tar.gz themes-d729e91a69c82eeeadefe0f8d3a1139ec5492e63.tar.bz2 themes-d729e91a69c82eeeadefe0f8d3a1139ec5492e63.zip | |
Extend BitweaverExtension to allow a different route to use smarty plugins direct from php
Diffstat (limited to 'smartyplugins')
| -rw-r--r-- | smartyplugins/modifier.telephone_e164.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smartyplugins/modifier.telephone_e164.php b/smartyplugins/modifier.telephone_e164.php index c82b292..432fafb 100644 --- a/smartyplugins/modifier.telephone_e164.php +++ b/smartyplugins/modifier.telephone_e164.php @@ -1,4 +1,6 @@ <?php +namespace Bitweaver\Plugins; + /** * Smarty plugin * @package Smarty |
