mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Replace "markup" keys with "item".
This commit is contained in:
@@ -50,15 +50,15 @@ function gallery_load_prettyphoto()
|
||||
'overlay_gallery' => (bool) varset($plugPref['pp_overlay_gallery'], true),
|
||||
'keyboard_shortcuts' => (bool) varset($plugPref['pp_keyboard_shortcuts'], true),
|
||||
'ie6_fallback' => (bool) varset($plugPref['pp_ie6_fallback'], true),
|
||||
'markup' => $template['prettyphoto']['markup'],
|
||||
'gallery_markup' => $template['prettyphoto']['gallery_markup'],
|
||||
'image_markup' => $template['prettyphoto']['image_markup'],
|
||||
'flash_markup' => $template['prettyphoto']['flash_markup'],
|
||||
'quicktime_markup' => $template['prettyphoto']['quicktime_markup'],
|
||||
'iframe_markup' => $template['prettyphoto']['iframe_markup'],
|
||||
'inline_markup' => $template['prettyphoto']['inline_markup'],
|
||||
'custom_markup' => $template['prettyphoto']['custom_markup'],
|
||||
'social_tools' => $template['prettyphoto']['social_tools'],
|
||||
'markup' => $template['prettyphoto']['content'],
|
||||
'gallery_markup' => $template['prettyphoto']['gallery_item'],
|
||||
'image_markup' => $template['prettyphoto']['image_item'],
|
||||
'flash_markup' => $template['prettyphoto']['flash_item'],
|
||||
'quicktime_markup' => $template['prettyphoto']['quicktime_item'],
|
||||
'iframe_markup' => $template['prettyphoto']['iframe_item'],
|
||||
'inline_markup' => $template['prettyphoto']['inline_item'],
|
||||
'custom_markup' => $template['prettyphoto']['custom_item'],
|
||||
'social_tools' => $template['prettyphoto']['social_item'],
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user