a few more minor changes

This commit is contained in:
DrudexSoftware 2013-03-10 08:56:58 +01:00
parent a4b29f0254
commit a89d417546
2 changed files with 3 additions and 4 deletions

View file

@ -27,9 +27,8 @@ class arrowkey_navigation extends Extension {
// for random_list extension
else if ($event->page_matches("random")) {
$prev_url = make_http(make_link("random"));
$next_url = make_http(make_link("random"));
$this->add_arrowkeys_code($prev_url, $next_url);
$randomurl = make_http(make_link("random"));
$this->add_arrowkeys_code($randomurl, $randomurl);
}
}

View file

@ -46,7 +46,7 @@ class RandomList extends Extension {
// custom headers
$sb->add_int_option("random_images_list_count",
"Amount of Random images to display");
"Amount of Random images to display ");
$event->panel->add_block($sb);
}