prososy listo
This commit is contained in:
@@ -100,6 +100,17 @@ sub tst{
|
||||
$c->stash($c->dbv->conf_radio);
|
||||
$c->stash(nick=>$c->session("nick"));
|
||||
}
|
||||
|
||||
sub candy{
|
||||
my $c=shift;
|
||||
$c->stash( css=>["/ext/candy/libs.min.css","/home/candy/default.css"]);
|
||||
$c->stash( js=>["/home/candy/loader.js","/ext/candy/libs.min.js","/ext/candy/candy.min.js"]);
|
||||
|
||||
$c->stash(layout=> "clean");
|
||||
$c->stash($c->dbv->conf_chat);
|
||||
$c->stash(nick=>$c->session("nick"));
|
||||
}
|
||||
|
||||
#==============================================================================
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user