php - How To Change Footer Power By And Add Store Name -


i new opencart,i trying change store name in footer.

please answer me fast.

go catalog/view/theme/default/template/common/footer.tpl

<div class="container-fluid bottom-footer"> <div class="container">   <div class="row">     <div class="col-sm-12 text-center">       <p>copyright 2016. cartridgewala.com. rights reserved.</p>     </div>     <div class="col-sm-12 text-center">     <p><img src="<?php echo 'image/weaccept.png'; ?>" title=" " alt=" " class="img-responsive" style=" display:inline-block" /></p>      </div>   </div> </div> 


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -