theme service fix

This commit is contained in:
2025-01-24 15:00:22 +03:00
parent b1dacff877
commit fc70051761
123 changed files with 4 additions and 11741 deletions

View File

@ -1,12 +0,0 @@
<?php
use kernel\App;
App::$collector->get('/', [\app\themes\custom\controllers\MainController::class, 'actionIndex']);
App::$collector->get('/about', [\app\themes\custom\controllers\MainController::class, 'actionAbout']);
//App::$collector->get('/page/{page_number}', [\app\modules\tag\controllers\TagController::class, 'actionIndex']);
//App::$collector->get('/create', [\app\modules\tag\controllers\TagController::class, 'actionCreate']);