cdli-gh / mtaac_work

MTAAC work packages
https://cdli-gh.github.io/mtaac/
10 stars 3 forks source link

Fix CSS link in default.ctp #57

Closed amanbis closed 5 years ago

amanbis commented 5 years ago

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->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.

Roadmap Data

🗓 Start Date:

🗓 Expected Date:

💪 Label:

📈 Progress (0-1):

See Gantt: http://cdli-dev.org/gantt/mtaac_work/