This project is not covered by Drupal’s security advisory policy.
This theme engine is no longer supported
Since Drupal 5, and even more so in Drupal 6 and beyond, the 'other' smarty theme engine (http://drupal.org/project/smarty) works much better. So there is no longer a need for wgSmarty, which is a good thing as it did confuse people anyway.
wgSmarty is an implementation of the Smarty template engine as a theme engine.
Advantages
- Template files are easier to create and maintain then with PHPtemplate
- Templates are compiled into PHP to avoid speed and memory issues with search-and-replace template engines like XTemplate
- wgSmarty is much more closely integrated with Drupal than the existing smarty theme engine
Disadvantages
- wgSmarty is currently experimental and is only available in CVS
- There is very little support for wgSmarty: even when it is released, it will still be poorly supported in comparison with PHPTemplate
Download wgSmarty
It is not possible to host the full version of wgSmarty at drupal.org, so please follow these links for a first-time download from SourceForge. Note that wgSmarty Full includes the full Smarty package: wgSmarty excludes the demo and some documentation for Smarty but does not affect wgSmarty operation.
Version 4.6.001 for Drupal Version 4.6: wgSmarty (tar.gz) (.zip) | wgSmarty Full (tar.gz) (.zip)
The links under Releases below should only be used to update an existing installation of wgSmarty to the latest version.
Project information
- Created by djnz on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.