Page 1 of 1
Customize Document Libraries Image?
Posted: Mon Mar 29, 2010 2:48 pm
by kbjake
Is there a place where the default image can be edited/substituted?
Currently, when you click on the root of the folders, "Document Libraries", you get an InfoRouter logo on a white page.
Re: Customize Document Libraries Image?
Posted: Wed May 12, 2010 4:25 am
by infoRouter Guru
Easy!
Edit the web.config file located under the /inforouter/site directory and insert the following line somewhere in the <appsettings> section.
<appSettings>
...
<add key="CustomHomePageURL" value=""/>
...
</appSettings>
For more information the web.config file and how you can change the application settings, look at the following document:
https://www.inforouter.com/Downloads/V8 ... ttings.pdf
I hope this helps.
The Guru.