Completed
Push — master ( 76085b...e6e513 )
by Nazar
04:46
created
components/modules/Blogs/admin/browse_sections.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package   Blogs
4
- * @category  modules
5
- * @author    Nazar Mokrynskyi <[email protected]>
6
- * @copyright Copyright (c) 2011-2016, Nazar Mokrynskyi
7
- * @license   MIT License, see license.txt
8
- */
3
+		 * @package   Blogs
4
+		 * @category  modules
5
+		 * @author    Nazar Mokrynskyi <[email protected]>
6
+		 * @copyright Copyright (c) 2011-2016, Nazar Mokrynskyi
7
+		 * @license   MIT License, see license.txt
8
+		 */
9 9
 namespace cs\modules\Blogs;
10 10
 use
11 11
 	h,
Please login to merge, or discard this patch.
components/modules/Blogs/admin/edit_section.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,8 +37,7 @@
 block discarded – undo
37 37
 				'value' => $section['title']
38 38
 			]
39 39
 		).
40
-		($Config->core['simple_admin_mode'] ? false :
41
-			h::{'label info'}('section_path').
40
+		($Config->core['simple_admin_mode'] ? false : h::{'label info'}('section_path').
42 41
 			h::{'input[is=cs-input-text][name=path]'}(
43 42
 				[
44 43
 					'value' => $section['path']
Please login to merge, or discard this patch.
components/modules/Blogs/admin/add_section.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,7 @@
 block discarded – undo
33 33
 		).
34 34
 		h::label($L->section_title).
35 35
 		h::{'input[is=cs-input-text][name=title]'}().
36
-		($Config->core['simple_admin_mode'] ? false :
37
-			h::{'label info'}('section_path').
36
+		($Config->core['simple_admin_mode'] ? false : h::{'label info'}('section_path').
38 37
 			h::{'input[is=cs-input-text][name=path]'}()
39 38
 		).
40 39
 		h::p(
Please login to merge, or discard this patch.