mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-01-24 04:10:18 +00:00
Ok, tweaking sidebar stuff
This commit is contained in:
4
wiki.php
4
wiki.php
@@ -17,11 +17,11 @@ echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
|
||||
|
||||
print "<hr/>
|
||||
<div id='content' style='width=90%'>
|
||||
<div id='sidebar' style='20%'>";
|
||||
<div id='sidebar' style='20%;float:left;'>";
|
||||
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );
|
||||
|
||||
print " </div>
|
||||
<div='content' style='width=80%'>";
|
||||
<div='content' style='width=80%'; float:right>";
|
||||
|
||||
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user