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 05aa0bf commit 9184b6fCopy full SHA for 9184b6f
README.md
@@ -293,6 +293,13 @@ echo $this->Html->image('logo.png', ['fullBase' => true]);
293
echo $this->Html->css('bootstrap.css', ['fullBase' => true]);
294
```
295
296
+If you are enable to get URLs for assets working properly, you can
297
+try using file system paths instead for the assets.
298
+
299
+```
300
+<img src="<?= WWW_ROOT ?>img/logo.png" />
301
302
303
## Get header and footer on all pages
304
305
Here are a couple of CSS based solutions you can refer to for easily
0 commit comments