You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
320 B
PHTML
11 lines
320 B
PHTML
3 years ago
|
<?php include $root.'includes/seemore.php'; echo '<a href="'.$seemorepath.'"><h1>Test</h1></a>'; # Article Title ?>
|
||
|
<?php
|
||
|
include $root."./config.php";
|
||
|
ini_set('display_errors', 1);
|
||
|
include_once $root."./includes/mdutils.php";
|
||
|
md("Huh");
|
||
|
echo ("<li>Hello!</li>");
|
||
|
md("Very good!");
|
||
|
?>
|
||
|
<p class="datetext">2021.08.18</p>
|