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.

links.html 479B

123456789
  1. <link rel="index" href="$__comm_path" />
  2. <link rel="shortcut icon" href="/images/favicon.ico"/>
  3. <link rel="stylesheet" type="text/css" href="/common.css" />
  4. <roundcube:if condition="in_array(env:task, array('mail', 'addressbook', 'settings'))" />
  5. <link rel="stylesheet" type="text/css" href="/<roundcube:var name="env:task" />.css" />
  6. <roundcube:endif />
  7. <roundcube:if condition="browser:safari" />
  8. <link rel="stylesheet" type="text/css" href="/safari.css" />
  9. <roundcube:endif />