Fixed anchor

This commit is contained in:
Ice
2008-08-16 23:22:07 +00:00
parent 6fd46e6fff
commit 589fad960d
9 changed files with 10 additions and 10 deletions

View File

@@ -496,12 +496,12 @@ function ap_validate($str) {
{
case "announcements":
$pagination_type = 'ap';
$anker = '#a0';
$anker = '#a';
break;
case "news":
case "news_all":
$pagination_type = 'np';
$anker = '#n0';
$anker = '#n';
break;
}