Add comments to h1_month.php

This commit is contained in:
manfromhuh 2022-07-05 14:33:18 -04:00
parent ef7056be35
commit a00013d619

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);