Rev 14458 | Rev 14465 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14458 | Rev 14460 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | !default home_theme=default |
11 | !default home_theme=default |
12 | 12 | ||
13 | !let site_logo=!defof site_logo\ |
13 | !let site_logo=!defof site_logo\ |
14 | site_logolink in wimshome/log/wims.conf |
14 | site_logolink in wimshome/log/wims.conf |
15 | !distribute line $site_logo into site_logo,site_logolink |
15 | !distribute line $site_logo into site_logo,site_logolink |
16 | !if |
16 | !if $wims_frontmsg!=$empty |
17 | !! Add the slick carousel CSS |
17 | !! Add the slick carousel CSS |
18 | !set wims_html_header= !append line <link rel="stylesheet" href="scripts/js/external/slick/slick.min.css"/>\ |
18 | !set wims_html_header= !append line <link rel="stylesheet" href="scripts/js/external/slick/slick.min.css"/>\ |
19 | <link rel="stylesheet" href="scripts/js/external/slick/slick-theme.css" charset="UTF-8"/>\ |
19 | <link rel="stylesheet" href="scripts/js/external/slick/slick-theme.css" charset="UTF-8"/>\ |
20 | to $wims_html_header |
20 | to $wims_html_header |
21 | !endif |
21 | !endif |