mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 02:42:23 +09:00
default setting to z-index.
This commit is contained in:
parent
dc07071213
commit
a8da7074b3
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class ncenterliteModel extends ncenterlite
|
|||
if(!$config->voted_format) $config->voted_format = 'N';
|
||||
if(!$config->skin) $config->skin = 'default';
|
||||
if(!$config->colorset) $config->colorset = 'black';
|
||||
if(!$config->zindex) $config->zindex = '9999';
|
||||
|
||||
self::$config = $config;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue