Fixed wiki.php to point to correct directory for style.css

This commit is contained in:
TechEmporium 2019-06-30 20:49:36 -04:00
parent 2d11c620d6
commit 47d54cdd65
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ 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'> <link rel='stylesheet' type='text/css' href='" + $site_root + "includes/site.css'>
</head> </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") );