Completed
Branch master (2f992b)
by Wissam
03:08
created
config/view.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
     // Paths to look for views, without ending slash.
7 7
     "paths" => [
8 8
         //ANAX_APP_PATH . "/view",
9
-        ANAX_INSTALL_PATH . "/view",
10
-        ANAX_INSTALL_PATH . "/vendor/anax/view/view",
9
+        ANAX_INSTALL_PATH."/view",
10
+        ANAX_INSTALL_PATH."/vendor/anax/view/view",
11 11
     ],
12 12
 
13 13
     // File suffix for template files
Please login to merge, or discard this patch.
config/page.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,14 +51,14 @@
 block discarded – undo
51 51
             "region" => "header-col-2",
52 52
             "template" => "anax/v2/navbar/navbar_submenus",
53 53
             "data" => [
54
-                "navbarConfig" => require __DIR__ . "/navbar/header.php",
54
+                "navbarConfig" => require __DIR__."/navbar/header.php",
55 55
             ],
56 56
         ],
57 57
         [
58 58
             "region" => "header-col-3",
59 59
             "template" => "anax/v2/navbar/responsive_submenus",
60 60
             "data" => [
61
-                "navbarConfig" => require __DIR__ . "/navbar/responsive.php",
61
+                "navbarConfig" => require __DIR__."/navbar/responsive.php",
62 62
             ],
63 63
         ],
64 64
         [
Please login to merge, or discard this patch.