불량학생님, 답변 감사합니다.
하지만 원하는 마젠토 header, footer code를 head 나 tail 에 넣을경우 아무것도 뜨지않고 하얀 바탕으로만 떠요. 몇차례 해 보았는데, 무엇이 잘못되서 뜨질 않는지 모르겠습니다. 예를들어 마젠토 footer 코드가 아래와 같은데요, 코드를 tail.php 에 넣으면 화면이 안떠요. 무엇이 문제일까요? 도움 부탁드립니다.
</div><?php // div .page end ?>
<?php if(themeOptions('twittername')<>''): ?>
<div class="twitter-posts">
<script type="text/javascript">
jQuery(document).ready(function($){
jQuery('#twitter_update_list').tweet({
modpath: '<?php echo $this->getJsUrl('twitter/'); ?>',
count: 3,
username: '<?php echo themeOptions('twittername') ?>',
template: "<img src='<?php echo $this->getSkinUrl('images/twitter-quote.png'); ?>'>{text}<span class='created'>{time}</span>",
loading_text: '<?php echo $this->__('Loading...') ?>'
});
$('.twitter-posts .bxslider ul').bxSlider({
mode: 'vertical',
auto: true,
controls: false,
pager: false
});
});
</script>
<ul id="twitter_update_list" class="bxslider"></ul>
<div class="follow-link"><a href="
http://twitter.com/<?php echo themeOptions('twittername') ?>/"><?php echo $this->__('Follow us on Twitter') ?></a></div>
</div>
<?php endif; ?>
<div class="footer-container">
<div class="additional-footer">
<!-- greatshop footer -->
<div id="footer">
<?php if(themeOptions('topbtn')): ?>
<div id="message"><a href="#top" id="top-link"></a></div>
<?php endif; ?>
<!-- columns -->
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('footer_menu')->toHtml(); ?>
</div>
<div class="footer-social-icons">
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('footer_social_icons')->toHtml(); ?>
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('footer_payment_icons')->toHtml(); ?>
</div>
</div>
<!-- / greatshop footer -->
</div>
</div>
<div class="footer-wrapper">
<div class="footer">
<?php echo $this->getChildHtml('bottomContainer') ?>
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('footer_links')->toHtml(); ?><br>
<?php echo $this->getCopyright() ?>
</div>
</div>
<div class="page">