I can't get BBClone working in joomla 1.5 anymore.
I added this code to the index.php in the root:
Code: Select all
<?php
defined("_BBC_PAGE_NAME") ? _BBC_PAGE_NAME : define("_BBC_PAGE_NAME", $mainframe->_head['title']);
define("_BBCLONE_DIR", "bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);
?>
Anybody any idear how to solve this?
I guess this piece of code changed with joomla 1.5:
Code: Select all
$mainframe->_head['title']