Completed
Pull Request — develop (#716)
by Agel_Nash
06:30
created
manager/includes/src/ManagerTheme.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,12 +35,12 @@
 block discarded – undo
35 35
 
36 36
     public function pathSnippet($name)
37 37
     {
38
-        return MODX_MANAGER_PATH . sprintf('media/style/%s/chunks/%s.tpl', $this->theme, $name);
38
+        return MODX_MANAGER_PATH.sprintf('media/style/%s/chunks/%s.tpl', $this->theme, $name);
39 39
     }
40 40
 
41 41
     public function pathElement($type, $name)
42 42
     {
43
-        return MODX_MANAGER_PATH . sprintf('media/style/%s/%s/%s.tpl', $this->theme, $type, $name);
43
+        return MODX_MANAGER_PATH.sprintf('media/style/%s/%s/%s.tpl', $this->theme, $type, $name);
44 44
     }
45 45
 
46 46
     public function getElement($type, $name)
Please login to merge, or discard this patch.