css_assets.tpl 326 B

12345678
  1. <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
  2. <link rel="stylesheet" href="{$assetsURL}/css/layers-ui.css">
  3. <link rel="stylesheet" href="{$assetsURL}/css/mg_styles.css">
  4. {if $isCustomModuleCss}
  5. <link rel="stylesheet" href="{$customAssetsURL}/css/module_styles.css">
  6. {/if}