diff options
Diffstat (limited to 'app/view/templates/readerlayout.php')
-rw-r--r-- | app/view/templates/readerlayout.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/view/templates/readerlayout.php b/app/view/templates/readerlayout.php new file mode 100644 index 0000000..51ab406 --- /dev/null +++ b/app/view/templates/readerlayout.php @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + + <?=$this->section('head')?> + + +</head> + + + +<?=$this->section('page')?> + + +</html>
\ No newline at end of file |