We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ee18e commit 4632c93Copy full SHA for 4632c93
Config/Html.php Config/Devbr/Html.phpConfig/Html.php renamed to Config/Devbr/Html.php
@@ -12,10 +12,10 @@
12
* @link http://dbrasil.tk/devbr
13
*/
14
15
-namespace Config;
+namespace Config\Devbr;
16
17
/**
18
- * Config\Html Class
+ * Config\Devbr\Html Class
19
*
20
* @category Html
21
* @package Config
@@ -47,8 +47,8 @@ class Html
47
48
function __construct()
49
{
50
- $this->pathWww = \App::Web();
51
- $this->pathHtml = \App::Html();
+ $this->pathWww = defined('_PHPPATH') ? _PHPPATH : dirname(dirname(dirname(__DIR__)));
+ $this->pathHtml = defined('_HTMLPATH') ? _HTMLPATH: __DIR__.'/Html';
52
53
$this->pathHtmlCache = $this->pathHtml.'cache/';
54
$this->pathStyle = $this->pathWww.'css/';
0 commit comments