mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Missing legacy constants in some cases;
Featurebox empty tablerender removed when there are hidden items; Index page (when set Welcome Message) empty tablerender removed;
This commit is contained in:
@@ -179,5 +179,7 @@ class core_index_index_controller extends eController
|
||||
public function actionFront()
|
||||
{
|
||||
// we could notify current theme we are in front page controlled by the theme layout only...
|
||||
// switch off tablerender
|
||||
$this->getResponse()->setParam('render', false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user