Files
znc/webskins/_default_/tmpl/ExtraHeader.tmpl
Vasily Fomin c927f9d419 Move CSS definition into template file so it can be processed by template engine.
This gives us opportunity to handle URI prefixes.
2014-06-10 22:51:14 +02:00

6 lines
152 B
Cheetah

<style>
a.external {
background: url(<? VAR URIPrefix TOP ?>/skinfiles/_default_/External.png) center right no-repeat;
padding-right: 13px;
}
</style>