forked from 20xd6/simple_blog
Merge with upstream #3
@ -6,9 +6,11 @@
|
||||
//If it is not then it is a menu page.
|
||||
if (file_exists('byline.md')){
|
||||
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/php/md_read.php');
|
||||
echo read_md('byline.md');
|
||||
}
|
||||
if (file_exists('author.md')){
|
||||
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/php/md_read.php');
|
||||
echo read_md('author.md');
|
||||
}
|
||||
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/php/footer.php');
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user