mirror of
https://github.com/znc/znc.git
synced 2026-05-07 13:54:47 +02:00
c927f9d419
This gives us opportunity to handle URI prefixes.
6 lines
152 B
Cheetah
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> |