- Added try_include tag; which behaves as `include` tag, except that the file to...
commitaf704c0a1cd5d1ad1317eb368e9c46bfa24dc8d0
authorCésar D. Rodas <crodas@php.net>
Wed, 11 Aug 2010 06:00:56 +0000 (11 02:00 -0400)
committerCésar D. Rodas <crodas@php.net>
Wed, 11 Aug 2010 06:00:56 +0000 (11 02:00 -0400)
tree94dd2bddc6cafda0b54e28564569ebd9d6607476
parent597e98dbedf8019c73faeacc60775b6b9e93db34
- Added try_include tag; which behaves as `include` tag,  except that the file to include may not exist.
lib/Haanga.php
lib/Haanga/Extension/Tag/Tryinclude.php [new file with mode: 0644]
tests/assert_templates/try_include.html [new file with mode: 0644]
tests/assert_templates/try_include.tpl [new file with mode: 0644]
tests/err_templates/err_invalid_tryinclude.tpl [new file with mode: 0644]
tests/tmp/assert_templates/try_include.tpl.php [new file with mode: 0644]