/var/installatron/installers/smarty
NameSizeModeActions
3.1.27/-0755rm
3.1.35/-0755rm
3.1.36/-0755rm
4.2.1/-0755rm
icon.png118860644editdlrm
icon64.png16530644editdlrm
icon175.png118860644editdlrm
icon642x.png29930644editdlrm
icon1752x.png386210644editdlrm
init.xml11280644editdlrm
init.xml.cache12230644editdlrm
locale_ar.ini16010644editdlrm
locale_bn.ini16010644editdlrm
locale_bs.ini16010644editdlrm
locale_cr.ini16010644editdlrm
locale_cs.ini16010644editdlrm
locale_da.ini16010644editdlrm
locale_de.ini16010644editdlrm
locale_el.ini16010644editdlrm
locale_en.ini16030644editdlrm
locale_es.ini16010644editdlrm
locale_et.ini16010644editdlrm
locale_fa.ini16010644editdlrm
locale_fi.ini16010644editdlrm
locale_fr.ini16010644editdlrm
locale_gsw.ini16010644editdlrm
locale_hi.ini16010644editdlrm
locale_hu.ini16010644editdlrm
locale_in.ini16010644editdlrm
locale_is.ini16010644editdlrm
locale_it.ini16010644editdlrm
locale_iw.ini16010644editdlrm
locale_ja.ini16010644editdlrm
locale_ko.ini16010644editdlrm
locale_lt.ini16010644editdlrm
locale_mk.ini16010644editdlrm
locale_ms.ini16010644editdlrm
locale_nl.ini16010644editdlrm
locale_no.ini16010644editdlrm
locale_pa.ini16010644editdlrm
locale_pl.ini16010644editdlrm
locale_pt.ini16010644editdlrm
locale_pt_br.ini16010644editdlrm
locale_ro.ini16010644editdlrm
locale_ru.ini26620644editdlrm
locale_sk.ini16010644editdlrm
locale_sl.ini16010644editdlrm
locale_sr.ini16010644editdlrm
locale_sv.ini16010644editdlrm
locale_th.ini16010644editdlrm
locale_tl.ini16010644editdlrm
locale_tr.ini16010644editdlrm
locale_uk.ini16010644editdlrm
locale_vi.ini16090644editdlrm
locale_zh.ini16050644editdlrm
locale_zh_tw.ini16010644editdlrm
logo.png69390644editdlrm
logo2x.png179170644editdlrm
ss1.png38290644editdlrm
Edit: /var/installatron/installers/smarty/locale_iw.ini (1601B)
_installer_smarty_title=Smarty _installer_smarty_type=_types_framework _installer_smarty_category=_categories_contentmanagementsystems _installer_smarty_description=Smarty is an application template system. _installer_smarty_authordescription=Smarty is a template engine for PHP. More specifically, it facilitates a managable way to separate application logic and content from its presentation. This is best described in a situation where the application programmer and the template designer play different roles, or in most cases are not the same person. For example, let's say you are creating a web page that is displaying a newspaper article. The article headline, tagline, author and body are content elements, they contain no information about how they will be presented. They are passed into Smarty by the application, then the template designer edits the templates and uses a combination of HTML tags and template tags to format the presentation of these elements (HTML tables, background colors, font sizes, style sheets, etc.) One day the programmer needs to change the way the article content is retrieved (a change in application logic.) This change does not affect the template designer, the content will still arrive in the template exactly the same. Likewise, if the template designer wants to completely redesign the templates, this requires no changes to the application logic. Therefore, the programmer can make changes to the application logic without the need to restructure templates, and the template designer can make changes to templates without breaking application logic.