修改頭尾
This commit is contained in:
parent
1a3477af26
commit
2541c646d0
@ -37,9 +37,14 @@
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="social">
|
||||
<?php if ($this->_var['web']['line']): ?>
|
||||
<a class="fb" href="<?php echo $this->_var['web']['line']; ?>" target="_blank"><i class="fa fa-comment"></i></a>
|
||||
<?php endif; ?>
|
||||
<a href="#" class="contactLink" data-mail="<?php echo $this->_var['web']['email']; ?>"><i class="fa fa-envelope"></i></a>
|
||||
<a href="tel:<?php echo $this->_var['web']['tel']; ?>"><i class="fa fa-phone"></i></a>
|
||||
<?php if ($this->_var['web']['facebook']): ?>
|
||||
<a class="fb" href="<?php echo $this->_var['web']['facebook']; ?>" target="_blank"><i class="fa fa-facebook"></i></a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<div class="rightBox">
|
||||
<a href="tel:<?php echo $this->_var['web']['tel']; ?>" target="_blank">來電諮詢 / CONTACT</a>
|
||||
|
@ -5,6 +5,8 @@
|
||||
<title><?php echo $this->_var['pt']['name']; ?>|<?php echo $this->_var['pt']['mtitle']; ?></title>
|
||||
<meta name="description" content="<?php echo $this->_var['pt']['mdesc']; ?>">
|
||||
<meta name="keywords" content="<?php echo $this->_var['pt']['mkeyword']; ?>">
|
||||
<link rel="canonical" href="https://<?php echo $this->_var['main_domain']; ?>/" />
|
||||
|
||||
<script src="<?php echo $this->_var['tpl']; ?>js/zln2mrk.js"></script>
|
||||
<script>try{Typekit.load({async: true});}catch(e){}</script>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $this->_var['tpl']; ?>css/layout.css">
|
||||
|
Loading…
Reference in New Issue
Block a user