summary refs log tree commit diff stats
path: root/theme/wiki/create.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 20:46:07 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 20:46:07 -0500
commit51337807124d7f57d6cff6656d41b5fd57010c6b (patch)
tree1e620e6e10c6deed4715d1f0615b81f71f53280c /theme/wiki/create.tpl
parentc8551e2509fe68c77b0efe9b22f4dbadff981473 (diff)
downloadfourisland-51337807124d7f57d6cff6656d41b5fd57010c6b.tar.gz
fourisland-51337807124d7f57d6cff6656d41b5fd57010c6b.tar.bz2
fourisland-51337807124d7f57d6cff6656d41b5fd57010c6b.zip
Removed 'wiki' module
Since MediaWiki was introduced to Four Island, the old wiki module hasn't been used, so it is not necessary to be present.
Diffstat (limited to 'theme/wiki/create.tpl')
-rwxr-xr-xtheme/wiki/create.tpl7
1 files changed, 0 insertions, 7 deletions
diff --git a/theme/wiki/create.tpl b/theme/wiki/create.tpl deleted file mode 100755 index ecd2d6b..0000000 --- a/theme/wiki/create.tpl +++ /dev/null
@@ -1,7 +0,0 @@
1<H2>Create a page</H2><P>
2
3<FORM ACTION="./?action=submit&submit=create" METHOD="POST">
4 Page Title: <INPUT TYPE="text" NAME="title"><BR>
5 <TEXTAREA NAME="text" COLS="80" ROWS="20"></TEXTAREA><P>
6 <INPUT TYPE="submit" VALUE="Create page">
7</FORM>