Add documentation. #13

Merged
20xd6 merged 12 commits from manfromhuh/simple_blog:master into master 2022-07-05 15:22:31 -04:00
Showing only changes of commit a00013d619 - Show all commits

View File

@@ -1,4 +1,5 @@
<?php
//Sets the proper level 1 heading for the folder.
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/get_month_name.php');
$current_dir = basename(getcwd());
$named_month = get_month_name($current_dir);