remove "internal" templates, use "tpl/" folder for smarty3 templates,

move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates
This commit is contained in:
fabrixxm
2013-05-08 04:23:17 -04:00
parent c753fa19d2
commit 5e1980becf
364 changed files with 2868 additions and 7713 deletions

7
view/tpl/notify.tpl Normal file → Executable file
View File

@@ -1,3 +1,8 @@
{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
<div class="notif-item">
<a href="$item_link" target="friendica-notifications"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
<a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a>
</div>