Changeset 28098 for extensions/TakeATour
- Timestamp:
- Apr 6, 2014, 4:05:06 PM (11 years ago)
- Location:
- extensions/TakeATour
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/TakeATour/language/en_UK/plugin.lang.php
r28097 r28098 14 14 $lang['first_contact_title5'] = ''; 15 15 $lang['first_contact_stp5'] = 'Then click the button to select photos to send from your computer'; 16 $lang['first_contact_stp5'] = '';17 16 $lang['first_contact_title6'] = ''; 18 17 $lang['first_contact_stp6'] = 'You see that photos are being listed. Add at least 2 pictures and when you\'re ready click the button Start Upload'; -
extensions/TakeATour/main.inc.php
r28097 r28098 45 45 $tour_to_launch=pwg_get_session_var('tour_to_launch'); 46 46 load_language('plugin.lang', PHPWG_PLUGINS_PATH .'TakeATour/'); 47 load_language('lang', PHPWG_ROOT_PATH.PWG_LOCAL_DIR, array('no_fallback'=>true, 'local'=>true) ); 47 48 $template->set_filename('TAT_js_css', PHPWG_PLUGINS_PATH.'TakeATour/tpl/js_css.tpl'); 48 49 $template->parse('TAT_js_css');//http://piwigo.org/forum/viewtopic.php?id=23248
Note: See TracChangeset
for help on using the changeset viewer.