Home › Forums › CSS › css with jquery not executing › Re: css with jquery not executing
July 7, 2011 at 5:45 am
#82990
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);
}
?>
if ( IS_BUDGETLIST_INSTALLED == 1 ) { ?>
=BUDGET_LIST?>
} ?>