Skip to content

Commit

Permalink
мелочи
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzegit committed Feb 26, 2019
1 parent e31d6c2 commit 9abda97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion system/controllers/users/actions/profile_subscribers.php
Expand Up @@ -18,7 +18,7 @@ public function run($profile){
filterIsNull('fr.is_mutual')->
disableDeleteFilter();

$page_url = href_to($this->name, $profile['id'], 'friends');
$page_url = href_to($this->name, $profile['id'], 'subscribers');

$profiles_list_html = $this->renderProfilesList($page_url, false, array(
array(
Expand Down
1 change: 1 addition & 0 deletions system/languages/en/controllers/admin/admin.php
Expand Up @@ -416,6 +416,7 @@
define('LANG_CP_SETTINGS_META_NO_DEFAULT_HINT', 'If disabled, these words will be displayed on pages with no specified parameters.');
define('LANG_CP_SETTINGS_PAGE_NUM_IN_TITLE', 'Add page numbers in the title tag when pagination');
define('LANG_CP_SETTINGS_IS_SITENAME_IN_TITLE', 'Add site name to the page title tag');
define('LANG_CP_SETTINGS_SET_HEAD_PRELOAD', 'Build HTTP Preload headers');
define('LANG_CP_SETTINGS_LANGUAGE', 'Language');
define('LANG_CP_SETTINGS_TEMPLATE', 'Default theme');
define('LANG_CP_SETTINGS_TEMPLATE_ADMIN', 'Control panel theme');
Expand Down
1 change: 1 addition & 0 deletions templates/default/assets/ui/filter-panel.tpl.php
Expand Up @@ -77,6 +77,7 @@
</div>
</div>
<script type="text/javascript">
<?php echo $this->getLangJS('LANG_CH1','LANG_CH2','LANG_CH10', 'LANG_ISLEFT', 'LANG_SUBMIT_NOT_SAVE'); ?>
$(function (){
<?php if (!$fields_count) { ?>
$('.filter-panel.groups-filter').hide();
Expand Down

0 comments on commit 9abda97

Please sign in to comment.