- Replaced um...flashy... nodelisting colors with something a bit more neutral.

3-00
Steven Wittens 2001-06-14 14:14:21 +00:00
parent db92d73b6e
commit 304d28681d
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ function node_cron() {
function node_overview($query) {
global $user;
$color = array("#ffdc9b", "#dedec4");
$color = array("#ffffff", "#e5e5e5");
$query = node_query($query ? $query : 0);
$result = db_query("SELECT n.*, u.userid FROM node n LEFT JOIN users u ON n.author = u.id $query[1] LIMIT 50");

View File

@ -63,7 +63,7 @@ function node_cron() {
function node_overview($query) {
global $user;
$color = array("#ffdc9b", "#dedec4");
$color = array("#ffffff", "#e5e5e5");
$query = node_query($query ? $query : 0);
$result = db_query("SELECT n.*, u.userid FROM node n LEFT JOIN users u ON n.author = u.id $query[1] LIMIT 50");