Alexander75 Posted June 5, 2009 Share Posted June 5, 2009 (edited) Hi, i have Article Manager 1.0 and i have attivated "Location of Prev/Next Navigation Bar", but don't appear link for next and previous page. This is part of code for next and previous page in articles.php: <?php if (($articles_all_split->number_of_rows > 0) && ((ARTICLE_PREV_NEXT_BAR_LOCATION == 'bottom') || (ARTICLE_PREV_NEXT_BAR_LOCATION == 'both'))) { ?> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="smallText"><?php echo $articles_all_split->display_count(TEXT_DISPLAY_NUMBER_OF_ARTICLES); ?></td> <td align="right" class="smallText"><?php echo TEXT_RESULT_PAGE . ' ' . $articles_all_split->display_links(MAX_DISPLAY_PAGE_LINKS, tep_get_all_get_params(array('page', 'info', 'x', 'y'))); ?></td> </tr> </table></td> </tr> <?php } ?> </table></td> <?php } ?> How i resolve this problem? Thanks a lot. Bye wink.gif Edited June 5, 2009 by Alexander75 Quote T-shirt metal, sweatshirts metal, articles, interviews on band metal and more ... Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.