mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
fixes #2028 Move search filters css and script combines
In search_filters.inc add the combine scripts and css specific to search, Remove them from index.tpl In index keep fontello combine, only in if search Remove pwg-icon class to avoid icon conflits with themes Move search CSS to its own file, remove it from theme.css, It has also been taken from modus Have specific CSS for clear and dark themes (they handle only color)
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
{combine_script id='jquery.selectize' load='footer' path='themes/default/js/plugins/selectize.min.js'}
|
||||
{combine_css path="admin/themes/default/fontello/css/animation.css" order=10} {* order 10 is required, see issue 1080 *}
|
||||
{combine_script id='jquery.tipTip' load='header' path='themes/default/js/plugins/jquery.tipTip.minified.js'}
|
||||
{combine_css path="themes/default/css/search.css" order=-100}
|
||||
{combine_css path="themes/default/css/{$themeconf.colorscheme}-search.css" order=-100}
|
||||
{combine_css path="themes/default/vendor/fontello/css/fontello.css" order=-10}
|
||||
|
||||
{footer_script}
|
||||
{if isset($GP)}
|
||||
global_params = {$GP};
|
||||
|
||||
Reference in New Issue
Block a user