Rotem Dan wrote:
- "Main page", "Recent changes", "Edit this page", "Previous versions"
from both the top and bottom (Which also contains "What links here" and "Related changes" to remove) -- Simply redundant and confusing, this is not good website design, I mean, links should be single and clear, otherwise it's confusing and cluttered.
I've found this on CVS, Skin.php ( doBeforeContent())
... (similar to below, but couldn't find)
( doaftercontent() )
$s .= $this->bottomLinks(); $s .= "\n<br>" . $this->mainPageLink() . " | " . $this->aboutLink() . " | " . $this->specialLink( "recentchanges" ) . " | " . $this->searchForm() . "<br>" . $this->pageStats();
If I comment out "$s .= $this->bottomLinks();" and ". " | " . $this->specialLink( "recentchanges" )" on the Hebrew wiki will it work?
(I would have done it myself If I had Developer access and knew how to use it, does it use SSH, FTP?)
--Rotem