From 554b95aad3189b07d69f0b8fb59fda1932e0ac68 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 27 Mar 2002 09:25:09 +0000 Subject: Initial revision git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30 a1c6a512-1295-4272-9138-f99709370657 --- www/head.t | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 www/head.t (limited to 'www/head.t') diff --git a/www/head.t b/www/head.t new file mode 100644 index 0000000000..a0fab05043 --- /dev/null +++ b/www/head.t @@ -0,0 +1,25 @@ +#define BGCOLOR "#99ccff" +#define TITLE(_x)

_x

+ + + + +#ifdef _PAGE_ +Rockbox - _PAGE_ +#else +Rockbox +#endif + +#ifndef _PAGE_ + +#endif + + +#ifdef _LOGO_ +_LOGO_ +#else + + +TITLE(_PAGE_) +#endif + -- cgit v1.2.3