Any blocks to splash.php
Hello give me please example how to get futered organisation into splash.php manualy. Thx.
-
- · Rocco
- ·
how to make work that code on splash.php
array (
'module' => 'bx_groups',
'method' => 'browse_recommended',
'params' =>
array (
'empty_message' => false,
'ajax_paginate' => false,
),
)
-
- · Rocco
- ·
Who know?
-
-
·
LeonidS
- ·
Hello Rocco !
It's impossible to add the blocks to the splash page. The only available way is revert:
1) create the language key which will contain the HTML code of the splash page;
2) create the language block on the index page with this key;
3) make this block is visible only for unauthenticated level.
-
·
LeonidS