Template tags coming soon
Often problem in a project is slightly customising existing template. This normally requires to change template/…./shared.html file by saving it locally and updating paths manually. There is a way coming to workaround it.
Here is the new syntax possible in shared.html file:
<link rel=”shortcut icon” href=”<?template?>images/favicon.ico<?/?>” />
<img src=”<?template?>images/logo.png<?/template?>”>
I would like to remind about one nifty feature of SMlite template engine. $template->eachTag(‘template’,callback); This is now used, to automatically locate all the files used in the template. That means – if you drop a new images/logo.png locally and if template locations are set properly, then system will automatically link to your logo instead.
This feature and many others will become available during our next release. We are also planning to launch new project home on Unfuddle.com.
Stay tuned.


Unfuddle would be good. There we can report problems with current amodules right?