Interface settings

Discussion in 'Installation/Configuration' started by Pyanepsion, Aug 13, 2019.

  1. Pyanepsion

    Pyanepsion Member

    Hello,
    • Debian 4.9.168-1+deb9u4 (2019-07-19) x86_64
    • ISPConfig Version: 3.1.14p2 single
    • Nginx
    Is there a tutorial about how to create our own Ispconfig interface (Font, Color, Image, etc.)?
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    By the way, I'm quite sure your Debian is not version 4.9. Try command
    Code:
    lsb_release -a
    to see what version you have.
     
  4. Pyanepsion

    Pyanepsion Member

    I see that the logo is described here:
    PHP:
    <div id='logo' style="background: url({tmpl_var name="base64_logo_txt"}) no-repeat;width:{tmpl_var name="base64_logo_width"};height:{tmpl_var name="base64_logo_height"}"><a href='#'></a></div>
    And there:
    Code:
    <img src="{tmpl_var name='base64_logo_txt'}">
    How can I put my own logo here using the same base64 technique from my own image?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page