J-BusinessDirectory - Pagination also on top of the page

Support Forum

 
 

 

On the search page at the bottom there is pagination.

What file needs to be modified to have pagination also on top of the search page?

Thanx!

 

Edwin

1 replies

Hi,

 

The file is located on {joomla}/components/com_jbusienssdirectory/views/search/tmpl/default.php

You have to duplicate the following code

<div class="pagination" <?php echo $this->pagination->total==0 ? 'style="display:none"':''?>>
            
                <?php echo $this->pagination->getListFooter(); ?>
            
            <div class="clear"></div>
        </div>

 
 
 

2 Item(s)

Show per page