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.
2 Comments »
Leave a Reply
-
Recent
- You have missed few posts!
- ATK4 Blog moved to its own domain. Please update.
- Checking password strength with CrackLib
- Creating beautiful URLs with Agile Toolkit
- Security model
- New features of DB and dsql planned for ATK 4.0
- Lightweight CMS in ATK (video)
- Reloading…
- Symfony 2.0 vs ATK3.8 – part 5 – Architecture and beyond
- Symfony 2.0 vs ATK3.8 – part 4 – Bundles, Users, DB
- Symfony 2.0 vs ATK3.8 – part 3 – The Controller
- Symfony 2.0 vs ATK3.8 – part 2 – The View
-
Links
-
Archives
- August 2010 (1)
- July 2010 (3)
- June 2010 (4)
- May 2010 (9)
- April 2010 (12)
-
Categories
-
RSS
Entries RSS
Comments RSS
Unfuddle would be good. There we can report problems with current amodules right?
Unfuddle’s payment model does not allow more than 2 developers for free project. I decided to go with Firefly. You’ll find link in my later posts.
Please open tickets with desired functionality in there or bugs and I will add that.