1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 12:01:05 +02:00

Blog calendar menu now navigates through years as well.

This commit is contained in:
Cameron
2013-04-26 18:19:54 -07:00
parent f7f1866da5
commit ab2f3691d8
4 changed files with 29 additions and 14 deletions

View File

@@ -107,7 +107,9 @@ $year_selector .= "</select>\n</div>";
// create the archive display
// --------------------------
$newline = 0;
$archive = "<div style='text-align:center'><table border='0' cellspacing='7'><tr>";
$archive = "<div style='text-align:center'>
<table class='table' border='0' cellspacing='7'>
<tr>";
$archive .= "<td colspan='{$months_per_row}'>{$year_selector}</td></tr><tr>";
for($i = 1; $i <= 12; $i++)
{