bumps
This commit is contained in:
@ -62,7 +62,7 @@ class RandomImage extends Extension
|
||||
|
||||
public function onPageSubNavBuilding(PageSubNavBuildingEvent $event)
|
||||
{
|
||||
if ($event->parent=="posts") {
|
||||
if ($event->parent == "posts") {
|
||||
$event->add_nav_link("posts_random", new Link('random_image/view'), "Random Post");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user