/opt/otrs/var/httpd/htdocs/skins/Agent/custom/css/Core.Header.css file contents:
Code: Select all
{
#Logo {
    background: url(../img/custom-logo.png) no-repeat;
    height: 67px; /* specify height and width to match your logo's dimensions */
    width: 224px;
    /* optional: specify "top" and "right" to reposition the logo on the screen */
}/opt/otrs/Kernel/Config/Files/CustomSkin.xml file contents:
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<otrs_config version="1.0" init="Framework">
    <ConfigItem Name="Loader::Agent::Skin###100-custom" Required="0" Valid="1">
        <Description Translatable="1">Custom skin for the development manual.</D
escription>
        <Group>Framework</Group>
        <SubGroup>Frontend::Agent</SubGroup>
        <Setting>
            <Hash>
                <Item Key="InternalName">custom</Item>
                <Item Key="VisibleName">Custom</Item>
                <Item Key="Description">Custom skin for the development manual.<
/Item>
                <Item Key="HomePage">www.mycorp.com</Item>
            </Hash>
        </Setting>
    </ConfigItem>
</otrs_config>Curious if anyone else has successfully set up a custom skin.
Thanks