formatting
This commit is contained in:
@ -58,7 +58,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 Image");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user