On Develop branch
Sorry about that
This commit is contained in:
11
themes/material/upload.theme.php
Normal file
11
themes/material/upload.theme.php
Normal 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));
|
||||
// }
|
||||
}
|
Reference in New Issue
Block a user