diff options
| author | Christian Fowler <spider@viovio.com> | 2006-12-02 17:12:23 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-12-02 17:12:23 +0000 |
| commit | c229a12dd13e8834d591a99d47258a841a8a3e99 (patch) | |
| tree | 0baff06add35d61237086792ab976ac3c1748310 /templates/custom_module.tpl | |
| parent | 9778f193bf7c523fa577d807bf6c626b08bbd8ce (diff) | |
| download | themes-c229a12dd13e8834d591a99d47258a841a8a3e99.tar.gz themes-c229a12dd13e8834d591a99d47258a841a8a3e99.tar.bz2 themes-c229a12dd13e8834d591a99d47258a841a8a3e99.zip | |
move to custom_module.tpl for custom modules from previous use of users/modules/user_module.tpl
Diffstat (limited to 'templates/custom_module.tpl')
| -rwxr-xr-x | templates/custom_module.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/custom_module.tpl b/templates/custom_module.tpl new file mode 100755 index 0000000..feb68b4 --- /dev/null +++ b/templates/custom_module.tpl @@ -0,0 +1,4 @@ +{* $Header: /cvsroot/bitweaver/_bit_themes/templates/custom_module.tpl,v 1.1 2006/12/02 17:12:23 spiderr Exp $ *} +{bitmodule title=$user_title name=$user_module_name} + {eval var=$user_data} +{/bitmodule}
\ No newline at end of file |
