diff options
author | friendica <info@friendica.com> | 2013-12-22 02:16:45 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-22 02:16:45 -0800 |
commit | 7e7b5bfa4930493a8feae10b0550e29797956c70 (patch) | |
tree | 823970af414e5c17ca660fc9cb8d5e6fefa8356d /view/pdl | |
parent | 0366991b45a9b54da66850bce44b4b9dc1d939a7 (diff) | |
download | volse-hubzilla-7e7b5bfa4930493a8feae10b0550e29797956c70.tar.gz volse-hubzilla-7e7b5bfa4930493a8feae10b0550e29797956c70.tar.bz2 volse-hubzilla-7e7b5bfa4930493a8feae10b0550e29797956c70.zip |
last remaining files to be Comanchified with the exception of mod_admin. Though I should probably take a third look to see if anything else uses widgets.
In fact - it appears that the flattrwidget does.
Diffstat (limited to 'view/pdl')
-rw-r--r-- | view/pdl/mod_chanview.pdl | 3 | ||||
-rw-r--r-- | view/pdl/mod_connect.pdl | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/view/pdl/mod_chanview.pdl b/view/pdl/mod_chanview.pdl new file mode 100644 index 000000000..d8f50ad7a --- /dev/null +++ b/view/pdl/mod_chanview.pdl @@ -0,0 +1,3 @@ +[region=aside] +[widget=vcard][/widget] +[/region] diff --git a/view/pdl/mod_connect.pdl b/view/pdl/mod_connect.pdl new file mode 100644 index 000000000..6b1d2a15e --- /dev/null +++ b/view/pdl/mod_connect.pdl @@ -0,0 +1,3 @@ +[region=aside] +[widget=profile][/widget] +[/region] |