feat(bases) structure and example with components
This commit is contained in:
9
components/homepage/main.php
Normal file
9
components/homepage/main.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$line = '2';
|
||||
include 'components/homepage/line.php';
|
||||
?>
|
||||
<hr>
|
||||
<?php
|
||||
$line = '5';
|
||||
include 'components/homepage/line.php';
|
||||
?>
|
||||
Reference in New Issue
Block a user