Removes PHP references

This commit is contained in:
Ben Longden 2012-12-13 13:20:47 +00:00
parent 7eba5fbc02
commit 55a2d5b577
5 changed files with 14 additions and 18 deletions

View file

@ -203,9 +203,6 @@ We see a template system as a tool that controls presentation and
presentation-related logic -- and that's it. The template system shouldn't
support functionality that goes beyond this basic goal.
If we wanted to put everything in templates, we'd be using PHP. Been there,
done that, wised up.
Discourage redundancy
---------------------