Remove unnecessary texts array - refs 7279

1.9.x
Angel Fernando Quiroz Campos 11 years ago
parent 800699e5c6
commit 6a3a2f1213
  1. 8
      plugin/tour/index.php

@ -38,11 +38,3 @@ $_template['web_path'] = array(
'steps_ajax' => "{$pluginWebPath}ajax/steps.ajax.php",
'save_ajax' => "{$pluginWebPath}ajax/save.ajax.php"
);
$_template['text'] = array(
'start_button' => $tourPlugin->get_lang('StartButtonText'),
'next' => $tourPlugin->get_lang('Next'),
'prev' => $tourPlugin->get_lang('Prev'),
'skip' => $tourPlugin->get_lang('Skip'),
'done' => $tourPlugin->get_lang('Done')
);

Loading…
Cancel
Save