On Develop branch

Sorry about that
This commit is contained in:
William Crandell
2015-10-26 08:51:02 -04:00
parent f8cb2e96e4
commit 6fb43eab19
10 changed files with 524 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
class CustomUploadTheme extends UploadTheme {
// public function display_block(Page $page) {
// $page->add_block(new Block("Upload", $this->build_upload_block(), "left", 20));
// }
//
// public function display_full(Page $page) {
// $page->add_block(new Block("Upload", "Disk nearly full, uploads disabled", "left", 20));
// }
}