Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS css with jquery not executing Re: css with jquery not executing

#82990
alphakurt
Participant

last part of code


}

if ( $pListCount == 0 && $isSearch )
{
echo '
'.str_replace('{KEYWORD}', $searchText, NO_SEARCH_RESULT_FOUND).'
';
}
?>









// Display Bottom PageBreak or Show Error incase of no results
if ( $pListCount > 0 )
{
if ( $useBaseUrl )
echo makePages(SCRIPT_ROOT.$selfLink.$_GET.'&');
else
echo makePagesForCategory($categoryId, $categoryFilename);
}
?>