diff --git a/common/page_menu.php b/common/page_menu.php
index ce207b5..bd5f5c1 100644
--- a/common/page_menu.php
+++ b/common/page_menu.php
@@ -4,6 +4,7 @@
$link_title \n");
+ $link_title = ucwords($link_title);//Set the first letter of each word to upercase.
+ $link_title = get_month_name($link_title);//
+ $link_title = remove_sorting_number($link_title);//Removes the number used to keep articles in post order from the displayed title.
+ echo("\n");//Output the result.
}
}
else {