summaryrefslogtreecommitdiff
path: root/core/helpers/core_block.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/core_block.php')
-rw-r--r--core/helpers/core_block.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php
index 7f756b92..3c1e0727 100644
--- a/core/helpers/core_block.php
+++ b/core/helpers/core_block.php
@@ -29,4 +29,12 @@ class core_block_Core {
return new View("in_place_edit.html");
}
}
+
+ public static function admin_dashboard_blocks($theme) {
+ $block = new Block();
+ $block->id = "gWelcome";
+ $block->title = _("Welcome to Gallery3");
+ $block->content = new View("admin_dashboard_welcome.html");
+ return $block;
+ }
} \ No newline at end of file