Closed amanbis closed 5 years ago
The current links generated via PHP does not link CSS files correctly.
Currently, the CSS files are linked in /framework/app/cake/src/Template/Layout/default.ctp as the following:
/framework/app/cake/src/Template/Layout/default.ctp
<?= $this->fetch('css') ?> <?= $this->Html->css('base.css') ?> <?= $this->Html->css('main.css')?>
This results in fetching from the path /css/xxx.css, which doesn't exist. Thus, no styles are imported.
/css/xxx.css
See Gantt: http://cdli-dev.org/gantt/mtaac_work/
Summary
The current links generated via PHP does not link CSS files correctly.
Other links or relevant information
Currently, the CSS files are linked in
/framework/app/cake/src/Template/Layout/default.ctp
as the following:This results in fetching from the path
/css/xxx.css
, which doesn't exist. Thus, no styles are imported.Roadmap Data
🗓 Start Date:
🗓 Expected Date:
💪 Label:
📈 Progress (0-1):
See Gantt: http://cdli-dev.org/gantt/mtaac_work/