Status: offline

adydas

Forum User
Junior
Registered: 02/26/04
Posts: 33
I had someone write me a custom block that I would like to use somewhere else on my site where I have no blocks showing but don't know how to get the php code to work.

My block calls a function in lib custom with something like my_function();

Basically that function returns an HTML table. How can I call that function in libcustom from somewhere else on my site on a php page?