Files
smarty/docs/entities/global.ent

20 lines
702 B
Plaintext

<!--
$Id$
Contains global "macros" for all the XML documents.
-->
<!ENTITY url.smarty 'http://smarty.php.net/'>
<!ENTITY url.ml.archive 'http://marc.theaimsgroup.com/?l=smarty&amp;r=1&amp;w=2'>
<!ENTITY ml.general.sub 'smarty-general-subscribe@lists.php.net'>
<!ENTITY url.php-accelerator 'http://www.php-accelerator.co.uk'>
<!ENTITY url.zend 'http://www.zend.com/'>
<!-- The three special language constants -->
<!ENTITY true '<constant>TRUE</constant>'>
<!ENTITY false '<constant>FALSE</constant>'>
<!ENTITY null '<constant>NULL</constant>'>
<!-- use <type>NULL</type> if you're talking about the _type_ NULL,
use &null; if it's about the _value_ NULL
-->