Rev 14460 | Rev 16040 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14460 | Rev 14465 | ||
---|---|---|---|
Line 12... | Line 12... | ||
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 $wims_frontmsg!=$empty |
16 | !if $wims_frontmsg!=$empty |
- | 17 | !! Add the "news.css" |
|
- | 18 | !set wims_html_header= !append line <link rel="stylesheet" href="html/themes/_css/news.css"/>\ |
|
- | 19 | to $wims_html_header |
|
17 | !! Add the slick carousel CSS |
20 | !! Add the slick carousel CSS |
18 | !set wims_html_header= !append line <link rel="stylesheet" href="scripts/js/external/slick/slick.min.css"/>\ |
21 | !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"/>\ |
22 | <link rel="stylesheet" href="scripts/js/external/slick/slick-theme.css" charset="UTF-8"/>\ |
20 | to $wims_html_header |
23 | to $wims_html_header |
21 | !endif |
24 | !endif |