SilexLab / Board

The modern open source bulletin board software
www.silexboard.org
GNU General Public License v3.0
20 stars 6 forks source link

Improved Template Engine #122

Closed noxifoxi closed 11 years ago

noxifoxi commented 11 years ago

Improve Twig or write an own (based on Twig?), because Twig doesn't fits on the needs of silexboard.

The Template Engine should fetch all needed Variables, unlike the current register-variable-stuff. The Templates should also be able to call php functions (they should be formerly enabled, like: $Template->Enable(['sizeof', 'strstr']))

noxifoxi commented 11 years ago

Replaced Twig with Smarty - closed by 73e83b43cec6be6a471fcec8c06b3ec9154a65b0