I want to access admin-css:
echo $this->Html->css('adminStyle'); <link rel="stylesheet" href="/css/adminStyle.css" /> But I want this:
<link rel="stylesheet" href="/admin/css/adminStyle.css" /> Can I do it that way?
My webroot folder:
- webroot - admin - css - img - js - css - img - js