A lot of things
This commit is contained in:
13
XF/Pub/Controller/MiscController.php
Normal file
13
XF/Pub/Controller/MiscController.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace RomhackPlaza\Master\XF\Pub\Controller;
|
||||
|
||||
use XF\Mvc\ParameterBag;
|
||||
|
||||
class MiscController extends XFCP_MiscController
|
||||
{
|
||||
public function actionPreferencesPopup()
|
||||
{
|
||||
return $this->view('RomhackPlaza\Master:Misc\PreferencesPopup', 'misc_preferences_popup');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user