From 0ea4fb50963cd443e06ef77fb0d193335575e51b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 10 Dec 2005 20:35:09 +0100 Subject: prefs: rework categorized feed list, boxed feed editor instead of inline --- functions.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index d977745f9..eedb9ab7b 100644 --- a/functions.php +++ b/functions.php @@ -836,4 +836,11 @@ return "false"; } } + + function toggleEvenOdd($a) { + if ($a == "even") + return "odd"; + else + return "even"; + } ?> -- cgit v1.2.3