On Mar 10, 2008, at 3:43 PM, Hosam Hassan wrote:
I already checked and google for that before i post
anything. I dont
want to change the logo. I want to remove it totally with its like.
if you delete the logo.png u still have some nasty link there
I read a bit too fast your question ;)
You'll need to edit the global.vm file and remove this part:
<a href="$!xwiki.getURL("Main.WebHome", "view")"
title="Home"
rel="home">
#set($logoname = $xwiki.getSkinPreference("logo", "logo.png"))
#set($logo = $!prefdoc.getAttachment($logoname))
#if(!$logo)
#set($logourl = $xwiki.getSkinFile($logoname))
<img src="$!logourl" alt="XWiki" width="200"
height="70"/>
#else
#set($logourl = $prefdoc.getAttachmentURL($logo.filename, "download"))
<img src="$!logourl" alt="XWiki"/>
#end
</a>
Thanks
-Vincent
Original Message:
Hi Hosam,
<br />
<br />On Mar 10, 2008, at 3:19 PM, Hosam Hassan wrote:
<br />
<br />> Hello all,
<br />>
<br />> I am using the toucan skin as its much better and easier to
change
<br />> than the albatross. Anyway I just want to remove the Company
logo
<br />> and its link from the global header.
<br />>
<br />>> From where I can do that?.
<br />
<br />See
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins
<br />
<br />Thanks
<br />-Vincent
<br />
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users