<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Robert I was able to do this with our owncloud setup.  First thing
    to do is not to modify the main core and settings folders.  Instead
    copy the original core and settings folder to a new folder in the
    'themes' folder.  In my case I made a 'engr' folder under 'themes'. 
    then edit the config/config.php files and set the line to use your
    new theme:<br>
        'theme' => 'engr',<br>
    <br>
    Go into themes/engr/core/img<br>
    <br>
    I didn't have a editor that works on svg so I modified the png files
    logo.png and logo-wide.png and then soft linked the logo.svg and
    logo-wide.svg to point to the png files (not sure this is necessary
    but it didn't hurt anything).  <br>
    <br>
    Also had to modify some of the templates:<br>
    themes/engr/core/templates/layout.guest.php (search for logo.svg and
    replace with logo.png)<br>
    themes/engr/core/templates/layout.user.php (same here. )<br>
    <br>
    Forgot also change the class="svg" to class="png" on the same lines
    as the logo images defined.<br>
    <br>
    There might be some other files I missed in here.<br>
    <br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 5/16/13 12:14 PM, Bob Tupaj wrote:<br>
    </div>
    <blockquote cite="mid:51952200.6070201@ysu.edu" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      Hi,<br>
      <br>
      I am new to the list and fairly new to ownCloud.  I upgraded our
      site to 5.0, <a moz-do-not-send="true"
        class="moz-txt-link-freetext" href="https://files.ysu.edu/">https://files.ysu.edu/</a>,
      but I am having a tough time with swapping out the ownCloud logo
      for our University one.  The file name for the logo is logo.svg. 
      I tried changing this to our logo with no success.  I saw a png
      with the same name and created a University logo.png with no
      success as well. Has anyone changed out the logo.  If so, how did
      you do it?<br>
      <br>
      Thanks.<br>
      <div class="moz-signature">-- <br>
        Robert D. Tupaj, Website Manager/Portal Administrator<br>
        Information Technology Services<br>
        432 Meshel Hall<br>
        Youngstown State University<br>
        <a moz-do-not-send="true" href="http://www.ysu.edu">www.ysu.edu</a>
        | <a moz-do-not-send="true" href="http://my.ysu.edu">my.ysu.edu</a>
        | <a moz-do-not-send="true" href="mailto:rtupaj@ysu.edu">rtupaj@ysu.edu</a></div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Owncloud mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Owncloud@kde.org">Owncloud@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/owncloud">https://mail.kde.org/mailman/listinfo/owncloud</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
C. J. Keist                     Email: <a class="moz-txt-link-abbreviated" href="mailto:cj.keist@colostate.edu">cj.keist@colostate.edu</a>
Systems Group Manager           Solaris 10 OS (SAI)
Engineering Network Services    Phone: 970-491-0630
College of Engineering, CSU     Fax:   970-491-5569
Ft. Collins, CO 80523-1301

All I want is a chance to prove 'Money can't buy happiness'</pre>
  </body>
</html>