Hi,
I'm trying to do something similar, and I don't think I am understanding what the syntax is.
I would like to include a php file on the the knowledgebase (Its a simply adldap recognition function that prints firstname last name)
If I understand correctly, I would open the page.html template and add my {recog} block where I want it.
:: Heres where i'm fuzzy ::
I then open Index.php and add my inclusion?
include_once("../includes/adldap/whoami.php");
Where am I converting it to the template variable?
I tried $tpl->tplAssign('recog'); But I know this isnt correct, because this is not even references my inclusion.
I'm guessing I need to add a function??
May I get some insight?