Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction:

To change the logo image for a Genie skin there are only a couple steps:

  • Upload an image file into the skin's folder.
  • Modify the custom.js file so that it references the new logo.

 

Example 1:

As an example, we can change the logo that is included in the default Genie skin, which is named "Hybrid".

 

In a default installation of Profound, all files related to the Hybrid skin would be found in this directory in the IFS:

/www/profoundui/htdocs/profoundui/userdata/genie skins/Hybrid/

You can drop in a new image into the skin’s folder and then change the following line in the skin's custom.js file (if the custom.js file hasnt been modified, this section of code starts at line 158):

 

 

You can change “logo2015.png” to the name of the image you placed in your skin’s folder. This will replace the logo in your skin (you might need to clear your browsers cache to see these changes).

 

Example 2:

For other skins, the procedure is the same as in example 1. Follow the example and replace "Hybrid" with wh

  • No labels