- Random list page now has a title<br>

- Custom Html Headers extension now allows admin to set title prefix & suffix for all pages
This commit is contained in:
DrudexSoftware
2013-03-10 08:24:15 +01:00
parent e54c8439cb
commit 8e6fe9f7e3
2 changed files with 63 additions and 33 deletions

View File

@@ -14,6 +14,7 @@ class RandomList extends Extension {
if($event->page_matches("random")) {
// set vars
$page->title = "Random Images";
$images_per_page = $config->get_int("random_images_list_count", 12);
$random_images = array();
$random_html = "<b>Refresh the page to view more images</b>