mirror of https://github.com/ThunixdotNet/wiki.git
Merge branch 'master' of TechEmporium/thunix_wiki into master
This commit is contained in:
commit
89e06825ce
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;'>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue