0 ? $date : time()) ." ". ($category ? "AND cid = '$category'" : "") ." ". ($topic ? "AND tid = '$topic'" : "") ." ORDER BY timestamp DESC LIMIT ". ($user->nodes ? $user->nodes : 10)); $theme->header(); while ($node = db_fetch_object($result)) { node_view(node_get_object("nid", $node->nid), 1); } $theme->footer(); if (variable_get(dev_timing, 0)) timer_print(); ?>