Haber Modülü Hakkında

imgsigorta

OpenCart-TR
Katılım
16 Kas 2013
Mesajlar
1
Tepkime puanı
0
Puanları
0
Web sitesi
www.kazatazminat.com
Arkadaşlar haber modülü için

http://www.opencart.com/index.php?route=extension/extension/info&extension_id=11671&filter_license=0&filter_download_id=32&page=42

yukarıdaki linkteki haber modülüne yazılan haberleri kayan haber şeklinde sitenin footerinde göstermek istiyorum bunu nasıl yapabilirim

http://www.opencart.com/index.php?route=extension/extension/info&extension_id=11671&filter_license=0&filter_download_id=32&page=42

<div id="kayanyazi"><marquee>

<div class="breadcrumb">
<?php foreach ($breadcrumbs as $breadcrumb) { ?>
<?php echo $breadcrumb['separator']; ?><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a>
<?php } ?>
</div>
<h1 style="display: none;"><?php echo $heading_title; ?></h1>
<h2><?php echo $text_blog; ?></h2>
<?php foreach($posts as $post) { ?>
<div>
<a href="<?php echo $post['href']; ?>"><h3><?php echo $post['title']; ?></h3></a>
<div><?php echo $post['intro_text']; ?></div>
<p><a href="<?php echo $post['href']; ?>"><?php echo $text_read_more; ?></a></p>
</div>
<?php } ?>
</marquee></div>

şu şekilde eklediğimde aldığım hata
Notice: Undefined variable: breadcrumbs in /homepages/21/xxx/htdocs/catalog/view/theme/default/template/common/footer.tpl
on line 4
Warning: Invalid argument supplied for foreach() in /homepages/21/xxx/htdocs/catalog/view/theme/default/template/common/footer.tpl
on line 4
Notice: Undefined variable: text_blog in /homepages/21/xxx/htdocs/catalog/view/theme/default/template/common/footer.tpl
on line 9
Notice: Undefined variable: posts in /homepages/21/xxx/htdocs/catalog/view/theme/default/template/common/footer.tpl
on line 10
Warning: Invalid argument supplied for foreach() in /homepages/21/xxx/htdocs/catalog/view/theme/default/template/common/footer.tpl on line 10
 
Üst