← Back to team overview

phpdevshell team mailing list archive

[Bug 692610] Re: HAve custom.css file to be automatically loaded

 

Hi Jeff,

I would recommend rather duplicating the template perhaps and adding it
in theme.php. The reason being, if I add a custom.css it will override
your work on every update. If I dont add a custom.css file but I add
custom.css in the theme.php file to include by default it will give an
error if it can't find it.

Creating your own customized theme will probably be the safest route.

** Changed in: phpdevshell
       Status: New => Invalid

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/692610

Title:
  HAve custom.css file to be automatically loaded

Status in Open Source PHP RAD Framework with UI.:
  Invalid

Bug description:
  Here is one for the wishlist...

Have phpds always look for a custom.css file in a specific directory, and if it exists, load it in last after all other css files have been loaded.

This would mean that I do not have to remember to include the file in each of my controllers or templates, but the file would just be automatically loaded everytime.

Thanks





References