mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-10-30 20:01:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="iso-8859-1"?>
 | |
| <!-- $Revision$ -->
 | |
|      <sect1 id="variable.plugins.dir">
 | |
|       <title>$plugins_dir</title>
 | |
|       <para>
 | |
| 	   This is the directories where Smarty will look for the plugins that it
 | |
| 	   needs. Default is "plugins" under the SMARTY_DIR. If you supply a
 | |
| 	   relative path, Smarty will first look under the SMARTY_DIR, then
 | |
| 	   relative to the cwd (current working directory), then relative to each
 | |
| 	   entry in your PHP include path.
 | |
|       </para>
 | |
| 	  <note>
 | |
| 	  <title>Technical Note</title>
 | |
| 	  <para>
 | |
| 	  For best performance, do not setup your plugins_dir to have to use the
 | |
| 	  PHP include path. Use an absolute pathname, or a path relative to
 | |
| 	  SMARTY_DIR or the cwd.
 | |
| 	  </para>
 | |
| 	  </note>
 | |
| </sect1>
 | |
| <!-- Keep this comment at the end of the file
 | |
| Local variables:
 | |
| mode: sgml
 | |
| sgml-omittag:t
 | |
| sgml-shorttag:t
 | |
| sgml-minimize-attributes:nil
 | |
| sgml-always-quote-attributes:t
 | |
| sgml-indent-step:1
 | |
| sgml-indent-data:t
 | |
| indent-tabs-mode:nil
 | |
| sgml-parent-document:nil
 | |
| sgml-default-dtd-file:"../../../../manual.ced"
 | |
| sgml-exposed-tags:nil
 | |
| sgml-local-catalogs:nil
 | |
| sgml-local-ecat-files:nil
 | |
| End:
 | |
| vim600: syn=xml fen fdm=syntax fdl=2 si
 | |
| vim: et tw=78 syn=sgml
 | |
| vi: ts=1 sw=1
 | |
| --> |