mirror of
https://github.com/itflow-org/itflow
synced 2026-03-10 15:54:51 +00:00
Merge pull request #198 from Brodur/patch-1
Fix broken link in index.php
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<!-- Breadcrumbs-->
|
<!-- Breadcrumbs-->
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a href="index.html">Dashboard</a>
|
<a href="index.php">Dashboard</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="breadcrumb-item active">Blank Page</li>
|
<li class="breadcrumb-item active">Blank Page</li>
|
||||||
</ol>
|
</ol>
|
||||||
@@ -17,4 +17,4 @@
|
|||||||
<p><?php echo get_web_browser(); ?></p>
|
<p><?php echo get_web_browser(); ?></p>
|
||||||
<p><?php echo get_device(); ?></p>
|
<p><?php echo get_device(); ?></p>
|
||||||
|
|
||||||
<?php include("footer.php"); ?>
|
<?php include("footer.php"); ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user