My favorites | Sign in
Logo
             
Search
for
Updated Aug 17, 2008 by dmitry.shilnikov
Labels: FAQ, eng
KB9098487eng  
How to remove the Glossword logo?

How to remove the Glossword logo?

Logotype and other images are located in folder gw_temp/t/gw_silver/, where gw_silver is folder for a visual theme.

HTML-code for a visual theme is available to edit using administrative interface: Visual theme -> Browse -> Select a visual theme -> Title page, template tpl_index:

<img alt="{%l:main_page%}" height="48" src="{%v:path_css%}/logo.png" width="48" />

See also Dictionary, template tpl_search_form and Custom pages, template tpl_search_form_custom:

<a class="plain" href="{%href:home%}" id="gw-logo">
<img alt="{%l:main_page%}" height="48" src="{%v:path_css%}/logo.png" width="48" />
</a>

Replace logo.png with your own file and define width and height in HTML-code to remove the Glossword logo.

To remove a copyright notice "Powered by Glossword" at the bottom of pages, you need to purchase "Commercial license with copyright removal". See Commercial licenses.

Hosted by Google Code