summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-09 20:07:04 +0200
committerneoraider <devnull@localhost>2006-04-09 20:07:04 +0200
commit98a8e34271bb39831f373fb1e320dbb0ef7bca23 (patch)
tree0e8e6475a15d8c39bdc1b4eb1540357bbc922c87 /templates
parente90e38401db578819240d4827597cdec61d0727d (diff)
downloadneon-98a8e34271bb39831f373fb1e320dbb0ef7bca23.tar
neon-98a8e34271bb39831f373fb1e320dbb0ef7bca23.zip
Template-Ansatz verworfen. Warnung in der pages.inc.php gefixt.
Diffstat (limited to 'templates')
-rw-r--r--templates/default17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/default b/templates/default
deleted file mode 100644
index 4392474..0000000
--- a/templates/default
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
- <head>
- <title>$title</title>
- <link rel="stylesheet" type="text/css" href="$stylesheet" />
- </head>
- <body>
- <div id="nav">
- $nav
- </div>
- <div id="content">
- $content
- </div>
- </body>
-</html>