This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/view
zotlabs 573846707c fix several places where head_add_(css|js) functions have been used incorrectly. It appears that mistakes were made going back a long time and propagated. Here's the way it should work:
- if there is no preceding / character, we look for the file within all the appropriate theme directories.
- otherwise the file should have a preceding /, which means use this path relative to the hubzilla basedir
- files beginning with // are considered to be schemeless URLs.

Therefore 'foo.css' means find the best theme-able representation of foo.css.
'/library/foo.css' means only use the version of foo.css that is in /library.
2017-02-19 16:50:41 -08:00
..
2017-02-06 13:45:46 +01:00
2016-12-10 13:49:08 +01:00
2016-10-30 12:34:00 -07:00
2017-02-13 13:56:17 +01:00
2016-06-18 20:26:36 -07:00
2016-10-05 22:18:50 +02:00
2016-12-19 16:51:30 +01:00
2017-01-13 13:22:36 -08:00
2015-06-22 00:45:29 +02:00