mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 20:34:51 +00:00
Moved user items to user directory
This commit is contained in:
18
custom/test.php
Normal file
18
custom/test.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
require_once "../includes/inc_xcustom.php";
|
||||
?>
|
||||
|
||||
<!-- Breadcrumbs-->
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item">
|
||||
<a href="index.html">Dashboard</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item active">Blank Page</li>
|
||||
</ol>
|
||||
|
||||
<!-- Page Content -->
|
||||
<h1>Blank Page</h1>
|
||||
<hr>
|
||||
<p>This is a great starting point for new custom pages.</p>
|
||||
|
||||
<?php require_once "../includes/footer.php";
|
||||
Reference in New Issue
Block a user