Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ├── frontend
  2. │ └── index
  3. │ └── shop-navigation.tpl
  4.  
  5. {extends file="parent:frontend/index/shop-navigation.tpl"}
  6.  
  7. {block name='frontend_index_checkout_actions'}
  8. <li class="navigation--entry">
  9. <a href="" class="btn starButton"> {* Add an URL to the href attribute to make your link work *}
  10. <i class="icon--star"></i>
  11. </a>
  12. </li>
  13.  
  14. {$smarty.block.parent}
  15. {/block}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement