mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 12:07:46 +02:00
fix: use slash instead of backslash to call layout
This commit is contained in:
parent
4ff23ad308
commit
a80adb2295
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue