Execute($query);
$page = 1;
if (isset($_GET['page'])) $page = $_GET['page'];
$limit = 20;
if ($result->RecordCount() > $limit)
{
echo "
".pagination($page, $result->RecordCount(), $limit)."
";
}
echo $themeObject->ShowHeader('liststylesheets').'
';
if ($result && $result->RecordCount() > 0)
{
# displaying the table header
echo "