PHP Classes

File: src/Stempler/tests/fixtures/layout/base.dark.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Stempler/tests/fixtures/layout/base.dark.php   Download  
File: src/Stempler/tests/fixtures/layout/base.dark.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 2 months ago
Size: 102 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <title>${title}</title>
</head>
<body>
<block:body/>
</body>
</html>