mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-01-24 12:20:19 +00:00
Merge branch 'master' of TechEmporium/thunix_wiki into master
This commit is contained in:
6
wiki.php
6
wiki.php
@@ -11,9 +11,9 @@ if ( $page == "") {
|
|||||||
print "<!DOCTYPE html>
|
print "<!DOCTYPE html>
|
||||||
<html lang='en'>
|
<html lang='en'>
|
||||||
<head>
|
<head>
|
||||||
<title>$site_name - $page</title>
|
<title>$site_name - $page</title>"
|
||||||
<link rel='stylesheet' type='text/css' href='" + $site_root + "includes/site.css'>
|
echo "<link rel='stylesheet' type='text/css' href='" + $site_root + "includes/site.css'>"
|
||||||
</head>
|
print "</head>
|
||||||
<body>";
|
<body>";
|
||||||
echo ( shell_exec("/usr/bin/pandoc $doc_root/includes/header.md") );
|
echo ( shell_exec("/usr/bin/pandoc $doc_root/includes/header.md") );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user