WCDDL problem with wcfg.php when setup

Status
Not open for further replies.

wakaski

Banned
Banned
51
2011
2
0
hi
can you anyone with little help . i dont really understand how to put in this setup in wcfg.php


# Pagination HTML structure
define('WCDDL_PAGES_DEFAULT', '<a href="index.php?page=#page#">#page#</a>');
define('WCDDL_PAGES_QUERY', '<a href="index.php?page=#page#&query=#query#">#page#</a>');
define('WCDDL_PAGES_TYPE', '<a href="index.php?page=#page#&type=#type#">#page#</a>');
define('WCDDL_PAGES_QUERY_TYPE', '<a href="index.php?page=#page#&type=#type#&query=#query#">#page#</a>');
 
3 comments
Nothing. You can just leave them as they are. You go changing them if you have some url re-writes for SEO but they work fine as they are.
 
Status
Not open for further replies.
Back
Top