how to call UDT in plugins? [solved]

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
pumuklee

how to call UDT in plugins? [solved]

Post by pumuklee »

hi

what is the possibility to call a user defined tag into a plugin?

something like this

function smarty_cms_function_lebenslauf($params, &$smarty)
{
          call the udt_language();
}

thanks
Last edited by pumuklee on Fri Feb 09, 2007 1:09 pm, edited 1 time in total.
pumuklee

Re: how to call UDT in plugins?

Post by pumuklee »

my solution:

i use a plugin
and i didnt include an UDT in my plugin

i put the udt function into a php file which i copy into the plugins folder
and i include it in my plugin

require_once('my_func_file.php');

in this way it works

i hope it is help for someone

thats all folks
Locked

Return to “Modules/Add-Ons”