Returns the current interface template directory.
Since 1.0
string getTemplateDir ()
Returns a server file path as a string.
This is an example of this function being used to add a template for display.
$this->APP->template->addView($this->APP->template->getTemplateDir().DS . 'header.tpl.php');