Use template includes
This commit is contained in:
parent
37c223638d
commit
fc73459731
9 changed files with 24 additions and 47 deletions
8
templates/inc/header.tpl
Normal file
8
templates/inc/header.tpl
Normal file
|
@ -0,0 +1,8 @@
|
|||
<header>
|
||||
<div class="social">
|
||||
<a class="twitter" href="http://twitter.com/home?status={base_url|urlencode}" target="_blank">
|
||||
Share on Twitter<div class="twittermask"></div></a>
|
||||
<a class="facebook" href="https://www.facebook.com/sharer/sharer.php?u={base_url|urlencode}" target="_blank">Share on Facebook<div class="facebookmask"></div></a>
|
||||
</div>
|
||||
</header>
|
||||
<div class="wrapper">
|
Loading…
Add table
Add a link
Reference in a new issue