update plugin loading logic, look in SMARTY_DIR, then cwd. If all fail, then retry all with include_path

This commit is contained in:
mohrt
2002-06-26 21:17:27 +00:00
parent 9eb4b64890
commit adb457fdcc
6 changed files with 112 additions and 79 deletions

View File

@@ -3818,6 +3818,12 @@ OUTPUT:
root and supply the relative path to this file as the "src"
parameter to popup_init.
</para>
<example>
<title>popup_init</title>
<programlisting>
{* popup_init must be called once at the top of the page *}
{popup_init src="/javascripts/overlib.js"}</programlisting>
</example>
</sect1>
<sect1 id="language.function.popup">
<title>popup</title>