From f738902107b118e8edb444e4bec2f98b7c5ea97a Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Tue, 16 Feb 2016 21:46:24 +0100 Subject: @hubdomain also for auto-create-channel + adding css wrapper (ongoing work) --- mod/pdledit.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/pdledit.php') diff --git a/mod/pdledit.php b/mod/pdledit.php index f2a25566a..bf29b2da0 100644 --- a/mod/pdledit.php +++ b/mod/pdledit.php @@ -26,6 +26,7 @@ function pdledit_content(&$a) { if(argc() > 1) $module = 'mod_' . argv(1) . '.pdl'; else { + $o .= '
'; $o .= '

' . t('Edit System Page Description') . '

'; $files = glob('mod/*'); if($files) { @@ -38,6 +39,8 @@ function pdledit_content(&$a) { } } + $o .= '
'; + // list module pdl files return $o; } -- cgit v1.2.3