Changeset 31880


Ignore:
Timestamp:
Jul 24, 2017, 1:01:25 PM (7 years ago)
Author:
plg
Message:

bug fix: menubar can be displayed on the picture page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/MenuRandomPhoto/main.inc.php

    r31852 r31880  
    7878        }
    7979
    80         if($page['body_id'] == 'theCategoryPage')
     80        if($page['body_id'] == 'theCategoryPage' or ($conf['picture_menu'] and $page['body_id'] == 'thePicturePage'))
    8181        {
    8282                $randomPictProp = array(
Note: See TracChangeset for help on using the changeset viewer.