A Sample PHP Project for the tts_framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
303 B

<?php
declare(strict_types=1);
const CSS_CDN_FILES = [
'https://cdn.metroui.org.ua/v4/css/metro-all.min.css' => ['media'=>'all']
];
const CSS_FILES = [
'css/main.css' => [],
];
$html->set_assets_from_array(CSS_CDN_FILES, 'main_css', 'cdn');
//$html->set_assets_from_array(CSS_FILES, 'css');