add "Page X of Y" to the footer...

N

neil

Guest
when using the show all link....any suggestions on which file to look in / code to modify?...thx

 
E

Eugenio

Guest
neil wrote:

> when using the show all link....any suggestions on which file
> to look in / code to modify?...thx

Add these lines:
// build the navigation tool
$navigation_tool = build_navigation_tool($where_clause, $pages_number, $page, $action, "", $order, $order_type);

// display the navigation tool
echo "    ".$navigation_tool."<br><br>";

to footer.php.

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
E

Eugenio

Guest
Dan and Cara Sroka wrote:

> Where in footer.php would you add that code?

Look at the rest of the code, add the code exactly where you want to show the "Page X of Y" message.

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top