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.
11 lines
546 B
11 lines
546 B
{# SPDX-License-Identifier: EUPL-1.2 #}
|
|
{# Authors: see README.md #}
|
|
{{ include('@SeacmsAuth/head-styles.twig') }}
|
|
{% if canEdit %}
|
|
<link href="{{ plugins_url }}/PicoContentEditor/css/vendor/noty/noty.css" rel="stylesheet">
|
|
<link href="{{ plugins_url }}/PicoContentEditor/css/vendor/noty/themes/mint.css" rel="stylesheet">
|
|
|
|
<link href="{{ plugins_url }}/PicoContentEditor/css/vendor/ContentTools/content-tools.min.css" rel="stylesheet">
|
|
|
|
<link href="{{ plugins_url }}/PicoContentEditor/css/style.css" rel="stylesheet">
|
|
{% endif %} |