@@ -119,7 +119,7 @@ |
||
| 119 | 119 | // Filter out members who have already been notified about this post's topic |
| 120 | 120 | $unnotified = array_filter( |
| 121 | 121 | $watched, |
| 122 | - function ($member) |
|
| 122 | + function($member) |
|
| 123 | 123 | { |
| 124 | 124 | return empty($member['sent']); |
| 125 | 125 | } |
@@ -2267,7 +2267,6 @@ discard block |
||
| 2267 | 2267 | loadLanguage('index+Modifications'); |
| 2268 | 2268 | $context['template_layers'] = array(); |
| 2269 | 2269 | } |
| 2270 | - |
|
| 2271 | 2270 | else |
| 2272 | 2271 | { |
| 2273 | 2272 | // Custom templates to load, or just default? |
@@ -2645,14 +2644,12 @@ discard block |
||
| 2645 | 2644 | $fileUrl = $settings['default_theme_url'] . '/css/' . $fileName; |
| 2646 | 2645 | $filePath = $settings['default_theme_dir'] . '/css/' . $fileName; |
| 2647 | 2646 | } |
| 2648 | - |
|
| 2649 | 2647 | else |
| 2650 | 2648 | { |
| 2651 | 2649 | $fileUrl = false; |
| 2652 | 2650 | $filePath = false; |
| 2653 | 2651 | } |
| 2654 | 2652 | } |
| 2655 | - |
|
| 2656 | 2653 | else |
| 2657 | 2654 | { |
| 2658 | 2655 | $fileUrl = $settings[$themeRef . '_url'] . '/css/' . $fileName; |
@@ -2760,14 +2757,12 @@ discard block |
||
| 2760 | 2757 | $fileUrl = $settings['default_theme_url'] . '/scripts/' . $fileName; |
| 2761 | 2758 | $filePath = $settings['default_theme_dir'] . '/scripts/' . $fileName; |
| 2762 | 2759 | } |
| 2763 | - |
|
| 2764 | 2760 | else |
| 2765 | 2761 | { |
| 2766 | 2762 | $fileUrl = false; |
| 2767 | 2763 | $filePath = false; |
| 2768 | 2764 | } |
| 2769 | 2765 | } |
| 2770 | - |
|
| 2771 | 2766 | else |
| 2772 | 2767 | { |
| 2773 | 2768 | $fileUrl = $settings[$themeRef . '_url'] . '/scripts/' . $fileName; |