https://bugzilla.wikimedia.org/show_bug.cgi?id=21215
--- Comment #5 from Karun Dambietz <[email protected]> 2009-11-15 10:22:08 UTC --- (In reply to comment #3) > A few comments: > - <img src="<?php echo htmlspecialchars( $path ) > ?>skins/common/images/mediawiki.png" alt='The MediaWiki logo' /> > + <img src="skins/common/images/mediawiki.png" alt='The > MediaWiki > logo' /> > > What if MediaWiki is not set up in server root? This is a pretty common > situation, by the way. skins/common/images/mediawiki.png is a relative path, so if they go to http://localhost/wiki or http://localhost/w the web browser will get the image from the urls http://localhost/wiki/skins/common/images/mediawiki.png or http://localhost/w/skins/common/images/mediawiki.png -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
