1
0
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:
secretr
2011-12-05 15:12:56 +00:00
parent a73dc8ed10
commit a2c8e9046e
3 changed files with 16 additions and 6 deletions

View File

@@ -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);
}
}