mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Finish updating modules. Next up is bugfixing :D
This commit is contained in:
parent
c7348d9c74
commit
5e28a9e98e
1 changed files with 1 additions and 2 deletions
|
@ -57,9 +57,8 @@ register_module([
|
||||||
|
|
||||||
$parsing_start = microtime(true);
|
$parsing_start = microtime(true);
|
||||||
|
|
||||||
$content .= parse_page_source(file_get_contents("$env->page.md"));
|
$content .= parse_page_source(file_get_contents("$env->storage_prefix$env->page.md"));
|
||||||
|
|
||||||
// todo display tags here
|
|
||||||
if(!empty($pageindex->$page->tags))
|
if(!empty($pageindex->$page->tags))
|
||||||
{
|
{
|
||||||
$content .= "<ul class='page-tags-display'>\n";
|
$content .= "<ul class='page-tags-display'>\n";
|
||||||
|
|
Loading…
Reference in a new issue