{popup_init}
{popup}
is an integration of
overLib, a library used for popup
windows. These are used for context sensitive information, such as
help windows or tooltips. {popup_init} must be called only once, preferably within the <head> tag
within any page you plan on using the
{popup} function. The path is relative to the executing script or a fully qualified domain path (ie not the relative to the template).
overLib
is written and maintained by Erik Bosrup, and the homepage/download is located at
&url.overLib;.
{popup_init}
{* popup_init must be called once at the top of the page *}
{popup_init src='javascripts/overlib/overlib.js'}
{* fully qualified url example *}
{popup_init src='http://myserver.org/my_js_libs/overlib/overlib.js'}
// the first example will output
]]>