diff options
author | Paolo T <tuscanhobbit@users.noreply.github.com> | 2014-03-15 19:14:10 +0100 |
---|---|---|
committer | Paolo T <tuscanhobbit@users.noreply.github.com> | 2014-03-15 19:14:10 +0100 |
commit | 9b64c6163cba7530ee09e47b44e62c3e8ecf69ef (patch) | |
tree | e84880e412390f44e67aff1497562e633deed136 /view/pdl | |
parent | 4fd0d1489825bd456e0cac77b47de156ff94c0cc (diff) | |
parent | 3cb179aff19d803b91261e410c50b36e4bae1246 (diff) | |
download | volse-hubzilla-9b64c6163cba7530ee09e47b44e62c3e8ecf69ef.tar.gz volse-hubzilla-9b64c6163cba7530ee09e47b44e62c3e8ecf69ef.tar.bz2 volse-hubzilla-9b64c6163cba7530ee09e47b44e62c3e8ecf69ef.zip |
Merge pull request #2 from friendica/master
merge from friendica/red
Diffstat (limited to 'view/pdl')
-rw-r--r-- | view/pdl/mod_channel.pdl | 1 | ||||
-rw-r--r-- | view/pdl/mod_chat.pdl | 2 | ||||
-rw-r--r-- | view/pdl/mod_network.pdl | 3 | ||||
-rw-r--r-- | view/pdl/mod_new_channel.pdl | 2 | ||||
-rw-r--r-- | view/pdl/mod_register.pdl | 2 |
5 files changed, 7 insertions, 3 deletions
diff --git a/view/pdl/mod_channel.pdl b/view/pdl/mod_channel.pdl index dde8830ee..6cbc0c0e4 100644 --- a/view/pdl/mod_channel.pdl +++ b/view/pdl/mod_channel.pdl @@ -4,3 +4,4 @@ [widget=categories][/widget] [widget=tagcloud_wall][var=limit]24[/var][/widget] [/region] + diff --git a/view/pdl/mod_chat.pdl b/view/pdl/mod_chat.pdl index 6b1d2a15e..cdc66dd3d 100644 --- a/view/pdl/mod_chat.pdl +++ b/view/pdl/mod_chat.pdl @@ -1,3 +1,5 @@ [region=aside] [widget=profile][/widget] +[widget=bookmarkedchats][/widget] +[widget=suggestedchats][/widget] [/region] diff --git a/view/pdl/mod_network.pdl b/view/pdl/mod_network.pdl index 7624ace01..11cadb5aa 100644 --- a/view/pdl/mod_network.pdl +++ b/view/pdl/mod_network.pdl @@ -12,4 +12,5 @@ [region=content] [widget=affinity][/widget] $content -[/region]
\ No newline at end of file +[/region] + diff --git a/view/pdl/mod_new_channel.pdl b/view/pdl/mod_new_channel.pdl index 733bc248a..90026f7fe 100644 --- a/view/pdl/mod_new_channel.pdl +++ b/view/pdl/mod_new_channel.pdl @@ -1 +1 @@ -[layout]full[/layout] +[template]full[/template] diff --git a/view/pdl/mod_register.pdl b/view/pdl/mod_register.pdl index 733bc248a..90026f7fe 100644 --- a/view/pdl/mod_register.pdl +++ b/view/pdl/mod_register.pdl @@ -1 +1 @@ -[layout]full[/layout] +[template]full[/template] |