summaryrefslogtreecommitdiff
path: root/ruwiki/trunk/templates/simple/body.tmpl
diff options
context:
space:
mode:
authorAustin Ziegler <austin@halostatue.ca>2011-07-30 19:39:58 -0400
committerAustin Ziegler <austin@halostatue.ca>2011-07-30 19:39:58 -0400
commitca444f81819ee49d3a174271dbca75061a4067f5 (patch)
treeb364285304247316339fbbcb900921bd076808c9 /ruwiki/trunk/templates/simple/body.tmpl
parent79f7205cc94023191c47d9e48e33e87aae499fef (diff)
downloaddiff-lcs-ca444f81819ee49d3a174271dbca75061a4067f5.tar.gz
Removing minitar and ruwiki from the new diff-lcs repo.
Diffstat (limited to 'ruwiki/trunk/templates/simple/body.tmpl')
-rw-r--r--ruwiki/trunk/templates/simple/body.tmpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/ruwiki/trunk/templates/simple/body.tmpl b/ruwiki/trunk/templates/simple/body.tmpl
deleted file mode 100644
index b3281d0..0000000
--- a/ruwiki/trunk/templates/simple/body.tmpl
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>%wiki_title%</title>
- <meta http-equiv="Content-Type" content="text/html; charset=#charset_encoding#" />
- [!indexable|<meta name="robots" content="noindex,nofollow" />?]
- %css_link%
- </head>
- <body>
- !INCLUDE!
- </body>
-</html>