ver. 0.285: Tpl → Shared\Tpl namespace, CurlServer removal, thumb.php fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -67,7 +67,7 @@ if (empty($pages)) {
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?= \Tpl::view('pages/subpages-list', [
|
||||
<?= \Shared\Tpl\Tpl::view('pages/subpages-list', [
|
||||
'pages' => $page['subpages'] ?? [],
|
||||
'step' => $step + 1,
|
||||
]); ?>
|
||||
|
||||
Reference in New Issue
Block a user