The front end of my site is completely broken.
I am getting the message: Fatal error: Call to a member function get() on a non-object in /home/bethb/public_html/plugins/system/t3/includes/menu/t3bootstrap.tpl.php on line 221
This is where the error occurs:
Code: Select all
case 2:
// window.open
$options = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,' . $params->get('window_open');Please help! Many thanks.


