aboutsummaryrefslogtreecommitdiffstats
path: root/mod/pdledit.php
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2016-02-16 21:46:24 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2016-02-16 21:46:24 +0100
commitf738902107b118e8edb444e4bec2f98b7c5ea97a (patch)
tree0e05067fd2317f60c2f26cc9dff2119855ef8c4d /mod/pdledit.php
parent364972a2925ee9545364e53b79d5a3d50149119d (diff)
downloadvolse-hubzilla-f738902107b118e8edb444e4bec2f98b7c5ea97a.tar.gz
volse-hubzilla-f738902107b118e8edb444e4bec2f98b7c5ea97a.tar.bz2
volse-hubzilla-f738902107b118e8edb444e4bec2f98b7c5ea97a.zip
@hubdomain also for auto-create-channel + adding css wrapper (ongoing work)
Diffstat (limited to 'mod/pdledit.php')
-rw-r--r--mod/pdledit.php3
1 files changed, 3 insertions, 0 deletions
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 .= '<div class="generic-content-wrapper-styled">';
$o .= '<h1>' . t('Edit System Page Description') . '</h1>';
$files = glob('mod/*');
if($files) {
@@ -38,6 +39,8 @@ function pdledit_content(&$a) {
}
}
+ $o .= '</div>';
+
// list module pdl files
return $o;
}