\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 "\n";
}
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/php/modal.php');
?>