summaryrefslogtreecommitdiffstats
path: root/code
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-10 16:52:01 +0200
committerneoraider <devnull@localhost>2006-04-10 16:52:01 +0200
commitc754b687bb2ad5a36cbfdab7466516492b977781 (patch)
treea818212107c80b056b90c315be01c592294b6924 /code
downloadbbcode-c754b687bb2ad5a36cbfdab7466516492b977781.tar
bbcode-c754b687bb2ad5a36cbfdab7466516492b977781.zip
Einige Dateien f?r das Modul angelegt.
Diffstat (limited to 'code')
-rw-r--r--code/bbcode.inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/code/bbcode.inc.php b/code/bbcode.inc.php
new file mode 100644
index 0000000..0941f5c
--- /dev/null
+++ b/code/bbcode.inc.php
@@ -0,0 +1,5 @@
+<?PHP
+ class BBCode {
+
+ }
+?>