mirror of
https://github.com/Ekokumppanit/ystavakylaecard.git
synced 2026-01-26 11:14:04 +00:00
Assets are now local, for combination and speed
This commit is contained in:
@@ -15,11 +15,15 @@ if (empty($page_title)) {
|
||||
<link rel="icon" href="<?php echo site_url('/favicon.ico'); ?>">
|
||||
<title><?php echo implode(" » ", $page_title); ?></title>
|
||||
<?php
|
||||
assets_css(array(
|
||||
'normalize.min.css',
|
||||
'foundation.min.css',
|
||||
'style.css'
|
||||
));
|
||||
// Assets spark
|
||||
assets_css(
|
||||
array(
|
||||
'normalize.min.css',
|
||||
'foundation.min.css',
|
||||
'jquery-ui.min.css',
|
||||
'style.css'
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user