diff --git a/install/data_base.sql b/install/data_base.sql index 64826f0..0cb53f4 100644 --- a/install/data_base.sql +++ b/install/data_base.sql @@ -370,4 +370,4 @@ INSERT INTO `%%PRFX%%_users` INSERT INTO `%%PRFX%%_paginations` (`id`, `pagination_name`, `pagination_box`, `pagination_start_label`, `pagination_end_label`, `pagination_separator_box`, `pagination_separator_label`, `pagination_next_label`, `pagination_prev_label`, `pagination_link_box`, `pagination_active_link_box`, `pagination_link_template`, `pagination_link_active_template`) VALUES - (1, 'Общий шаблон', '', '', '', '
  • %s
  • ', '…', '', '', '
  • %s
  • ', '
  • %s
  • ', '[name]', '[name]');#inst# \ No newline at end of file + (1, 'Общий шаблон', '', 'Первая', 'Последняя', '
  • %s
  • ', '…', '', '', '
  • %s
  • ', '
  • %s
  • ', '[name]', '[name]');#inst# \ No newline at end of file