summary refs log tree commit diff stats
path: root/theme/wiki/edit.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/edit.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/edit.tpl')
-rwxr-xr-xtheme/wiki/edit.tpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/theme/wiki/edit.tpl b/theme/wiki/edit.tpl deleted file mode 100755 index 12d2deb..0000000 --- a/theme/wiki/edit.tpl +++ /dev/null
@@ -1,6 +0,0 @@
1<H2>Edit <!--PAGENAME--></H2><P>
2
3<FORM ACTION="./?action=submit&submit=edit" METHOD="POST">
4 <TEXTAREA NAME="text" COLS="80" ROWS="20"><!--PAGETEXT--></TEXTAREA><P>
5 <INPUT TYPE="submit" VALUE="Edit page">
6</FORM>