mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-04 08:10:55 +02:00
20 lines
702 B
Plaintext
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&r=1&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
|
|
-->
|