mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 05:31:58 +02:00
Fix for PHP Notice Use of undefined constant LAN_GALLERY_FRONT_02 - assumed 'LAN_GALLERY_FRONT_02', Line 97 of /e107_plugins/gallery/templates/gallery_template.php
This commit is contained in:
parent
6ba5cac020
commit
b800904933
@ -94,7 +94,7 @@ $GALLERY_TEMPLATE['prettyphoto']['content'] = '
|
||||
<div class="pp_content">
|
||||
<div class="pp_loaderIcon"></div>
|
||||
<div class="pp_fade">
|
||||
<a href="#" class="pp_expand" title="'.LAN_GALLERY_FRONT_02.'">'.LAN_EXPAND.'</a>
|
||||
<a href="#" class="pp_expand" title="'.LAN_EXPAND.'">'.LAN_EXPAND.'</a>
|
||||
<div class="pp_hoverContainer">
|
||||
<a class="pp_next" href="#">' . LAN_NEXT . '</a>
|
||||
<a class="pp_previous" href="#">' . LAN_PREVIOUS . '</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user