In which directory is it?
In which directory is it?
I wanna make a different page for guests, like on facebook.
then I'll ask something else.
I found in join.php this line:
$this->setTemplate(OW::getPluginManager()->getPlugin('base')->getCtrlViewDir().'join_index.html');
and now my question is, where is join_index.html located?
Or how can I set another template for join.php? I mean, create a simple .html page and set join.php to use it.