forked from 20xd6/simple_blog
Add comments to h1_month.php
This commit is contained in:
parent
ef7056be35
commit
a00013d619
@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
//Sets the proper level 1 heading for the folder.
|
||||||
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/get_month_name.php');
|
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/get_month_name.php');
|
||||||
$current_dir = basename(getcwd());
|
$current_dir = basename(getcwd());
|
||||||
$named_month = get_month_name($current_dir);
|
$named_month = get_month_name($current_dir);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user