templates/spartan/header.tmpl
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Mon, 12 Jan 2009 09:16:03 +0100
changeset 7622 4dd7b28003d2
parent 7338 fecfe4392e94
child 8431 5c1aabc58004
permissions -rw-r--r--
use dict.iteritems() rather than dict.items() This should be faster and more future-proof. Calls where the result is to be sorted using util.sort() have been left unchanged. Calls to .items() on configparser objects have been left as-is, too.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="icon" href="#staticurl#hgicon.png" type="image/png">
<meta name="robots" content="index, nofollow" />
<link rel="stylesheet" href="#staticurl#style.css" type="text/css" />