Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

kindegoist

Newbie
  
  • Posts

    15
  • Joined

  • Last visited

About kindegoist

  • Birthday 05/02/2019

Information

  • Gender
    Мужчина
  • City:
    Киев
  • Interests
    Начинающий разработчик

Recent Profile Visitors

468 profile views

kindegoist's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

1

Reputation

  1. как это сделать? у меня тоже такая проблема
  2. Добрый день, кто может помочь в правильном создании аккаунтов с ограниченными доступами для менеджеров, может у кого есть пример? Буду очень благодарен
    Модуль отличный, автор всегда поможет!
  3. Спасибо тебе большое, проблема в том что я все время терял этот файл, не мог вкурить в какой папке именно его видел)
  4. <footer> <div class="container"> <?php global $registry; $bw_module_groups = $registry->get('bw_module_groups'); if (!empty($bw_module_groups['bw_fct'])) { ?> <?php echo implode('', $bw_module_groups['bw_fct']); ?> <?php } ?> <div class="row"> <?php if ($informations) { ?> <div class="col-sm-3"> <h5><?php echo $text_information; ?></h5> <ul class="list-unstyled"> <?php foreach ($informations as $information) { ?> <li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li> <?php } ?> </ul> </div> <?php } ?> <div class="col-sm-3"> <h5><?php echo $text_service; ?></h5> <ul class="list-unstyled"> <li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li> <li><a href="<?php echo $return; ?>"><?php echo $text_return; ?></a></li> <li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li> </ul> </div> <div class="col-sm-3"> <h5><?php echo $text_extra; ?></h5> <ul class="list-unstyled"> <li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li> <li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li> <li><a href="<?php echo $affiliate; ?>"><?php echo $text_affiliate; ?></a></li> <li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li> </ul> </div> <div class="col-sm-3"> <h5><?php echo $text_account; ?></h5> <ul class="list-unstyled"> <li><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a></li> <li><a href="<?php echo $order; ?>"><?php echo $text_order; ?></a></li> <li><a href="<?php echo $wishlist; ?>"><?php echo $text_wishlist; ?></a></li> <li><a href="<?php echo $newsletter; ?>"><?php echo $text_newsletter; ?></a></li> </ul> </div> </div> </div> </footer> <div class="greyfon"> <div class="container footer2"> <div class="col-sm-9"> <?php echo $powered; ?> В© Copyright 2016. All Rights Reserved. <?php global $registry; $bw_module_groups = $registry->get('bw_module_groups'); if (!empty($bw_module_groups['bw_fcb'])) { ?> <?php echo implode('', $bw_module_groups['bw_fcb']); ?> <?php } ?> </div> <div class="col-sm-3 text-right snetwork"> <?php global $registry; $bw_module_groups = $registry->get('bw_module_groups'); if (!empty($bw_module_groups['bw_fb'])) { ?> <?php echo implode('', $bw_module_groups['bw_fb']); ?> <?php } ?> </div> </div> </div> Это в шаблоне
  5. я хочу изменить это "© 2019 © Copyright 2016. All Rights Reserved." на это "BRP-ELECTRON © Copyright 2019. All Rights Reserved."
  6. Спасибо большое, но мне нужна та надпись что ниже "Все права защищены"
  7. А можна эту надпись изменить, а не удалять?
  8. Мужики, помогите пожалуйста. Ситуация следующая, вот это я с легкостью нашел "Работает на Open cart", но вот это найти не могу " © 2019 © Copyright 2016. All Rights Reserved." извините, я новичок мало что понимаю..Спасибо
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.