diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/js/mod_connections.js | 1 | ||||
-rw-r--r-- | view/theme/fancyred/php/config.php | 2 | ||||
-rw-r--r-- | view/theme/redbasic/php/config.php | 2 | ||||
-rw-r--r-- | view/tpl/edpost_head.tpl | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js index cb4badff5..7fb38b56e 100644 --- a/view/js/mod_connections.js +++ b/view/js/mod_connections.js @@ -31,6 +31,7 @@ function connectFullShare() { $('#me_id_perms_post_comments').attr('checked','checked'); $('#me_id_perms_post_mail').attr('checked','checked'); $('#me_id_perms_chat').attr('checked','checked'); + $('#me_id_perms_view_storage').attr('checked','checked'); } diff --git a/view/theme/fancyred/php/config.php b/view/theme/fancyred/php/config.php index 03844c3b6..48035f507 100644 --- a/view/theme/fancyred/php/config.php +++ b/view/theme/fancyred/php/config.php @@ -65,7 +65,7 @@ function fancyred_form(&$a, $font_size, $line_height, $colour) { 'dark' => 'dark', ); - $t = file_get_contents( dirname(__file__). "/theme_settings.tpl" ); + $t = file_get_contents( dirname(__file__). "/../tpl/theme_settings.tpl" ); $o .= replace_macros($t, array( '$submit' => t('Submit'), '$baseurl' => $a->get_baseurl(), diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index dd82f8ec3..1ca9cc5ed 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -65,7 +65,7 @@ function redbasic_form(&$a, $font_size, $line_height, $colour) { 'dark' => 'dark', ); - $t = file_get_contents( dirname(__file__). "/theme_settings.tpl" ); + $t = file_get_contents( dirname(__file__). "/../tpl/theme_settings.tpl" ); $o .= replace_macros($t, array( '$submit' => t('Submit'), '$baseurl' => $a->get_baseurl(), diff --git a/view/tpl/edpost_head.tpl b/view/tpl/edpost_head.tpl new file mode 100644 index 000000000..b83e606a0 --- /dev/null +++ b/view/tpl/edpost_head.tpl @@ -0,0 +1 @@ +<h2>$title</h2> |