Changeset 12789
- Timestamp:
- Dec 23, 2011, 2:23:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rightClick/main.inc.php
r9982 r12789 30 30 if ($user['level'] >= $Maxlvl) return; 31 31 32 $default = array( '#theImage img', '#akPicture', '#colorbox', '#sb-container', );32 $default = array( '#theImage img', '#akPicture', '#colorbox', '#sb-container', '#prevnext', '#theMainImage',); 33 33 if (!isset($conf['rightClick_selectors'])) 34 34 $conf['rightClick_selectors'] = array();
Note: See TracChangeset
for help on using the changeset viewer.