diff --git a/public/site_assets/bootstrap/images/bubble.jpg b/public/site_assets/bootstrap/images/bubble.jpg deleted file mode 100644 index 804fbc98..00000000 Binary files a/public/site_assets/bootstrap/images/bubble.jpg and /dev/null differ diff --git a/public/site_assets/bootstrap/images/bullet.gif b/public/site_assets/bootstrap/images/bullet.gif deleted file mode 100644 index c236abd4..00000000 Binary files a/public/site_assets/bootstrap/images/bullet.gif and /dev/null differ diff --git a/public/site_assets/bootstrap/images/loading.gif b/public/site_assets/bootstrap/images/loading.gif deleted file mode 100644 index 4c10eb53..00000000 Binary files a/public/site_assets/bootstrap/images/loading.gif and /dev/null differ diff --git a/public/templates/bootstrap/home/shoutbox.tpl b/public/templates/bootstrap/home/shoutbox.tpl deleted file mode 100644 index 787f4a24..00000000 --- a/public/templates/bootstrap/home/shoutbox.tpl +++ /dev/null @@ -1,39 +0,0 @@ -
-
-
-
Shoutbox -
-
-
- -
- - -
- -
- -
-
-
-
Latest Messages -
-
-
-
Loading...
-
    - -
      -
-
-
-
-
-
- -
-
\ No newline at end of file diff --git a/sql/018_shoutbox_update.sql b/sql/018_shoutbox_update.sql deleted file mode 100644 index 2d2c13bf..00000000 --- a/sql/018_shoutbox_update.sql +++ /dev/null @@ -1,7 +0,0 @@ -CREATE TABLE IF NOT EXISTS `shoutbox` ( - `id` int(5) NOT NULL AUTO_INCREMENT, - `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - `user` varchar(25) NOT NULL DEFAULT 'anonymous', - `message` varchar(255) NOT NULL DEFAULT '', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; \ No newline at end of file