diff options
author | Yuchen Pei <hi@ypei.me> | 2021-10-12 08:27:09 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-10-12 08:27:09 +1100 |
commit | 72cce24864b064b5762f4fe97fdf40d8d2ad4b51 (patch) | |
tree | 408f687c56f060aaac18622d2b091f6e080f76d4 /h-source/Library/Helper/Menu.php | |
parent | a349d5115056f17496bba1f88f8043e87de6d9bd (diff) | |
parent | a433241c0aff14110d1355f904d3dace8b6bae6b (diff) |
Merge branch 'development' into h-node
Diffstat (limited to 'h-source/Library/Helper/Menu.php')
-rwxr-xr-x | h-source/Library/Helper/Menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Library/Helper/Menu.php b/h-source/Library/Helper/Menu.php index 8fd4bf4..86ee24a 100755 --- a/h-source/Library/Helper/Menu.php +++ b/h-source/Library/Helper/Menu.php @@ -36,7 +36,7 @@ class Helper_Menu extends Helper_Html public function __construct() { - $baseUrl = "http://".DOMAIN_NAME.'/Public/Img/Icons/elementary_2_5/'; + $baseUrl = '/Public/Img/Icons/elementary_2_5/'; //get the generic language class $this->strings = Factory_Strings::generic(Params::$language); |