Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1.             // Aeva Media changes
  2.             'gallery' => array(
  3.                 'title' => (isset($txt['aeva_gallery']) ? $txt['aeva_gallery'] : 'Gallery') . (!allowedTo('aeva_access_unseen') || empty($user_info['aeva_unseen']) || $user_info['aeva_unseen'] == -1 ? '' : ' [<b>' . $user_info['aeva_unseen'] . '</b>]'),
  4.                 'href' => $scripturl . '?action=media',
  5.                 'show' => allowedTo('aeva_access'),
  6.                 'sub_buttons' => array(
  7.                 ),
  8.             ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement