A lot of things

This commit is contained in:
2026-06-16 16:21:43 +02:00
parent 4415a2e8c4
commit 73471162bf
37 changed files with 654 additions and 4 deletions

View 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');
}
}