mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-21 23:36:58 +01:00
7 lines
415 B
HTML
7 lines
415 B
HTML
<meta name="viewport" content="" id="viewport" />
|
|
<link rel="shortcut icon" href="/images/favicon.ico"/>
|
|
<link rel="stylesheet" type="text/css" href="/styles.css" />
|
|
<roundcube:if condition="in_array(env:task, array('mail','addressbook','settings'))" />
|
|
<link rel="stylesheet" type="text/css" href="/<roundcube:var name="env:task" />.css" />
|
|
<roundcube:endif />
|
|
<script type="text/javascript" src="/ui.js"></script> |