Files
XenForoRomhackPlazaAddon/XF/Pub/Controller/MiscController.php

13 lines
291 B
PHP
Raw Normal View History

2026-06-16 16:21:43 +02:00
<?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');
}
}