mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
This commit is contained in:
parent
104301e42d
commit
d10e859d1b
@ -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.";
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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.";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user