Show Posts


Messages - codmall

Pages: [1]
1
Hi all,

Simpy find these codes in /storefront/view/default/template/common/footer.tpl then delete the line <?php echo $text_project_label ?>. This method will only delete the powered by AbanteCart... not the copyright.

<section class="copyrightbottom align_center">
         <h2 class="hidden">&nbsp;</h2>

         <div class="container-fluid">
            <div class="pull-left mt5">
               <?php echo ${$children_blocks[6]}; ?>
            </div>
            <div class="pull-right align_center">
               <?php echo $text_project_label ?>
               <br/>
               <?php echo $text_copy; ?>
            </div>
            <div class="pull-right mr20 mt5">
               <?php echo ${$children_blocks[7]}; ?>
            </div>
         </div>
      </section>

Pages: [1]

Powered by SMFPacks Social Login Mod