mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
update syntax error in docs, add to testimonials
This commit is contained in:
15
TESTIMONIALS
15
TESTIMONIALS
@@ -7,3 +7,18 @@
|
|||||||
operates on the same concepts). Anyway, thanks for saving me time and
|
operates on the same concepts). Anyway, thanks for saving me time and
|
||||||
headache!"
|
headache!"
|
||||||
-- Brian E. Lozier
|
-- Brian E. Lozier
|
||||||
|
|
||||||
|
|
||||||
|
"Smarty is usually described as 'complex', I can testify this is not true. What
|
||||||
|
is true is that the Smarty learning curve is longer than any other stuff, but on
|
||||||
|
the other side Smarty is the one and only system that allows a single guy to
|
||||||
|
build and manage a website with hundreds of templates, sophisticated user
|
||||||
|
management, editorial publishing and a lot of other stuff without any problem.
|
||||||
|
|
||||||
|
I tried a lot of other solutions, I tried to extend prepackaged solutions (the
|
||||||
|
famous nuke-like family).. nothing comes close to Smarty.
|
||||||
|
|
||||||
|
And about the 'complex' aspect.. I'm not even a developer. I became a
|
||||||
|
so-called one because of my site but in reality I'm not a developer."
|
||||||
|
|
||||||
|
-- Luc Saint-Elie
|
||||||
|
@@ -371,7 +371,7 @@ index.tpl
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
Send inquiries to
|
Send inquiries to
|
||||||
<a href="mailto:{$EmailAddress|escape:"hex"}>{$EmailAddress|escape:"hexentity"}</a>
|
<a href="mailto:{$EmailAddress|escape:"hex"}">{$EmailAddress|escape:"hexentity"}</a>
|
||||||
|
|
||||||
OUTPUT:
|
OUTPUT:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user