mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-10-30 03:41:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			894 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			894 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-general&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/'>
 | |
| <!ENTITY url.overLib            'http://www.bosrup.com/web/overlib/'>
 | |
| 
 | |
| <!-- to use like <ulink url="&url.php-manual;some_function"> -->
 | |
| <!ENTITY url.php-manual      'http://php.net/'>
 | |
| 
 | |
| <!-- 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
 | |
|  -->
 |