hi..I want make the arrows bigger and put the arrows and counter bottom of the products...News Show Pro GK4...thanks...
site: www.oyparoto.com
<?php if(
count($news_html_tab) > ($this->config['news_column'] * $this->config['news_rows']) &&
$this->config['news_full_pages'] > 1 &&
$this->config['top_interface_style'] != 'none'
) : ?>
<div class="nspTopInterface">
<div>
<?php if(
$this->config['top_interface_style'] == 'pagination' ||
$this->config['top_interface_style'] == 'arrows_with_pagination'
) : ?>
<ul class="nspPagination">
<?php for($i = 0; $i < ceil(count($news_html_tab) / ($this->config['news_column'] * $this->config['news_rows'])); $i++) : ?>
<li><?php echo $i+1; ?></li>
<?php endfor; ?>
</ul>
<?php endif; ?>
<?php if(
$this->config['top_interface_style'] == 'arrows' ||
$this->config['top_interface_style'] == 'arrows_with_pagination' ||
$this->config['top_interface_style'] == 'arrows_with_counter'
) : ?>
<span class="nspPrev"><?php echo JText::_('MOD_NEWS_PRO_GK4_NSP_PREV'); ?></span>
<span class="nspNext"><?php echo JText::_('MOD_NEWS_PRO_GK4_NSP_NEXT'); ?></span>
<?php endif; ?>
<?php if(
$this->config['top_interface_style'] == 'counter' ||
$this->config['top_interface_style'] == 'arrows_with_counter'
) : ?>
<span class="nspCounter"><strong><?php echo JText::_('MOD_NEWS_PRO_GK4_NSP_PAGE'); ?></strong><span></span></span>
<?php endif; ?>
</div>
</div>
<?php endif; ?>
<?php if($this->config['news_short_pages'] > 0 && count($news_list_tab) > 0 ) : ?>