Add missing css file to yagacontroller::badges
This commit is contained in:
parent
538da0c881
commit
e335454314
@ -100,6 +100,7 @@ class YagaController extends DashboardController {
|
||||
|
||||
public function Badges($BadgeID = FALSE, $Slug = NULL) {
|
||||
$this->FrontendStyle();
|
||||
$this->AddCssFile('badges.css');
|
||||
$this->AddModule('BadgesModule');
|
||||
|
||||
if(is_numeric($BadgeID)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user