Fatal error: Cannot access private property Document::$title in /sitename/mystore/admin/controller/module/categoryproducthome.php on line 8
The first 8 lines
Code: Select all
<?php
class ControllerModulecategoryproducthome extends Controller {
private $error = array();
public function index() {
$this->load->language('module/categoryproducthome');
$this->document->title = $this->language->get('heading_title');