Here's the code surrounding line 26 of footer.php:Undefined index: bottom in /var/www/vhosts/rugoutlet.co.uk/httpdocs/catalog/controller/common/footer.php on line 26Notice: Undefined index: bottom in /var/www/vhosts/rugoutlet.co.uk/httpdocs/catalog/controller/common/footer.php on line 26
Code: Select all
$this->load->model('catalog/information');
$this->data['informations'] = array();
foreach ($this->model_catalog_information->getInformations() as $result) {
if ($result['bottom']) {
$this->data['informations'][] = array(
'title' => $result['title'],
'href' => $this->url->link('information/information', 'information_id=' . $result['information_id'])
);
}
}
Appreciate any help or advice.
Cheers,
John.