This commit is contained in:
Will Rossiter 2007-12-13 22:40:31 +00:00
parent 104301e42d
commit d10e859d1b
3 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ class ArchiveWidget extends Widget {
"DisplayMode" => "month"
);
static $title = "Archive";
static $title = "Browse by Date";
static $cmsTitle = "Blog Archive";
static $description = "Show a list of months or years in which there are blog posts, and provide links to them.";

View File

@ -213,6 +213,7 @@ class BlogHolder_Controller extends Page_Controller {
$month['Link'] = $this->Link() . "showarchive/$month[Year]-$month[Month]";
$output->push(new ArrayData($month));
}
Debug::show($output);
return $output;
}

View File

@ -11,7 +11,7 @@ class TagCloudWidget extends Widget {
"Sortby" => "alphabet"
);
static $title = "Tags";
static $title = "Browse by Tag";
static $cmsTitle = "Tag Cloud";
static $description = "Shows a tag cloud of tags on your blog.";