Geeklog-Core / geeklog

Geeklog - The Secure CMS.
https://www.geeklog.net
24 stars 19 forks source link

Article contains hard coded file location checks for print.css of a theme #1052

Closed eSilverStrike closed 4 years ago

eSilverStrike commented 4 years ago

Article should not depend on hard coded file locations for print.css for a theme. Use PLG_getThemeItem instead to retrieve the file location if needed

Related to #1051

Remove hard coded file location checks for common print.css file. Let theme decide if one exists

eSilverStrike commented 4 years ago

By Geeklog 3.0.0 - Article should not depend on hardcoded file locations for print.css for a theme. Use PLG_getThemeItem('core-file-print-css', 'core'); instead

Also update all theme versions since updated in Geeklog v2.2.1sr1