summaryrefslogtreecommitdiff
path: root/core/helpers/core_block.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-26 05:43:06 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-26 05:43:06 +0000
commitdee20ed6a2bd92a2e67c27ccc7d60303d66cdcde (patch)
tree0d3b432effb5ba4cc8e6eb2c8627c9661d52ebe8 /core/helpers/core_block.php
parent0bef37eb0b077863984eb70ec99c40b2f32840bf (diff)
Added the concept of "permanent" messages that we show to admins. Use
this to show a "your thumbs/resizes are out of date" message whenever we change the graphics rules. Tweak watermark module to add graphics rules whenever we make a change, which triggers the graphics module to add the permanent message.
Diffstat (limited to 'core/helpers/core_block.php')
-rw-r--r--core/helpers/core_block.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php
index b7e4ad44..1bc70a13 100644
--- a/core/helpers/core_block.php
+++ b/core/helpers/core_block.php
@@ -41,12 +41,6 @@ class core_block_Core {
$blocks[] = $block;
$block = new Block();
- $block->id = "gMessages";
- $block->title = _("Status Messages");
- $block->content = new View("admin_block_messages.html");
- $blocks[] = $block;
-
- $block = new Block();
$block->id = "gPhotoStream";
$block->title = _("Photo Stream");
$block->content = new View("admin_block_photo_stream.html");