mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-17 04:04:21 +02:00
Initial commit for public repo
This commit is contained in:
3
test/static/templates/_partial.phtml
Normal file
3
test/static/templates/_partial.phtml
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$GLOBALS['PARTIAL_TEST'] = $test;
|
3
test/static/templates/default.phtml
Normal file
3
test/static/templates/default.phtml
Normal file
@@ -0,0 +1,3 @@
|
||||
<div><?= escape($title) ?></div>
|
||||
<div><?= escape($subtitle) ?></div>
|
||||
<div><?= escape($description) ?></div>
|
1
test/static/templates/index.phtml
Normal file
1
test/static/templates/index.phtml
Normal file
@@ -0,0 +1 @@
|
||||
<div>index</div>
|
Reference in New Issue
Block a user