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
@@ -15,17 +15,17 @@ print "<!DOCTYPE html>
|
|||||||
<body>";
|
<body>";
|
||||||
echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
|
echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
|
||||||
|
|
||||||
print "<hr/>
|
print "<hr>
|
||||||
<div id='body' style='width: 90%;'>
|
<div id='body' style='width: 90%;'>
|
||||||
<div id='sidebar' style='width: 20%;float:left;'>";
|
<div id='sidebar' style='width: 20%;float:left;'>";
|
||||||
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );
|
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );
|
||||||
|
|
||||||
print " </div>
|
print " </div>
|
||||||
<div id='content' style='width: 80%; float:right;'>";
|
<div id='content' style='width: 78%; float:right;'>";
|
||||||
|
|
||||||
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
||||||
|
|
||||||
print " </div><hr/>
|
print " </div><hr>
|
||||||
</div>
|
</div>
|
||||||
<div id='footer' style='clear:both;'>";
|
<div id='footer' style='clear:both;'>";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user