Skip to content

Commit

Permalink
Change the variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
milk54 committed Jan 24, 2019
1 parent e097659 commit bd36408
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public_html/layout/denim/pagenavigation.thtml
@@ -1,6 +1,6 @@
{# begin {templatelocation} #}

<h3 class="sr-only">{lang_sr}</h3>
<h3 class="sr-only">{lang_page_navigation}</h3>
<div class="uk-grid uk-text-center uk-margin-bottom uk-margin-small-top">
<div class="uk-width-1-1">
{message}
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim_three/pagenavigation.thtml
@@ -1,6 +1,6 @@
{# begin {templatelocation} #}

<h3 class="sr-only">{lang_sr}</h3>
<h3 class="sr-only">{lang_page_navigation}</h3>
<div class="uk-grid" uk-margin>
<div class="uk-width-1-1">
{message}
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/modern_curve/pagenavigation.thtml
@@ -1,6 +1,6 @@
{# begin {templatelocation} #}

<h3 class="sr-only">{lang_sr}</h3>
<h3 class="sr-only">{lang_page_navigation}</h3>
<div class="gl-pagenav">
{message}<span>{start_first_anchortag}{lang_first}{end_first_anchortag}</span> |
<span>{start_previous_anchortag}{lang_previous}{end_previous_anchortag}</span> |
Expand Down
2 changes: 1 addition & 1 deletion public_html/lib-common.php
Expand Up @@ -5063,7 +5063,7 @@ function COM_printPageNavigation($base_url, $currentPage, $num_pages,
$page_navigation->set_block('page_navigation', $block);
}

$page_navigation->set_var('lang_sr', $LANG05[9]);
$page_navigation->set_var('lang_page_navigation', $LANG05[9]);
$page_navigation->set_var('lang_first', $LANG05[7]);
$page_navigation->set_var('lang_previous', $LANG05[6]);
$page_navigation->set_var('lang_next', $LANG05[5]);
Expand Down

0 comments on commit bd36408

Please sign in to comment.