diff --git a/common/php/article.php b/common/php/article.php new file mode 100644 index 0000000..21c7234 --- /dev/null +++ b/common/php/article.php @@ -0,0 +1,35 @@ +\n" . /* Adds the option to change the font size of the article text. */ + "
+ Text Size: + + + +
+ +
\n + + ". + read_md("article.md") . "\n"; + + echo "\n
\n"; + echo("\n"); + if ($tag_data != NULL){ + $page_tags = str_getcsv($tag_data); + natcasesort($page_tags); + echo "

Tags

\n\n
\n"; + } + include_once ($_SERVER['DOCUMENT_ROOT'].'/common/php/modal.php'); +?>