mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-05 17:02:01 +00:00
fix: use slash instead of backslash to call layout
This commit is contained in:
parent
4ff23ad308
commit
a80adb2295
@ -1,5 +1,5 @@
|
|||||||
<?=helper('form')?>
|
<?=helper('form')?>
|
||||||
<?=$this->extend('layouts\default')?>
|
<?=$this->extend('layouts/default')?>
|
||||||
|
|
||||||
<?=$this->section('content')?>
|
<?=$this->section('content')?>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?=$this->extend('layouts\default')?>
|
<?=$this->extend('layouts/default')?>
|
||||||
|
|
||||||
<?=$this->section('content')?>
|
<?=$this->section('content')?>
|
||||||
<h1 class="text-xl">Podcast Page!</h1>
|
<h1 class="text-xl">Podcast Page!</h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user