Forum archive
Turnkeylinux joomla banner removal
I downloaded the joomla virtual appliance and started to play around with creating a site. Is there any way to remove the "TurnkeyLinux" words from the page. Here is the code and I will upload a picture of what it looks like. The words TurnkeyLinux are always in the middle of the page at the top and I can't get rid of it. They appear when I use <jdoc:include type="component" />.
<body>
<div id="wrapper">
<div id="header">
<div id="headertoprightnavbar"><jdoc:include type="modules" name="user1" style="" /></div>
</div>
<div id="topmenu">
<jdoc:include type="modules" name="top" style="" />
</div>
<div id="left">
<jdoc:include type="modules" name="left" style="" />
</div>
<div id="right">
<jdoc:include type="modules" name="right" style="" />
</div>
<div id="mainbody">
<jdoc:include type="component" />
</div>
<div id="footer">footer</div>
</div>
</div>
<!-- UNCOMMENT THIS IS YOU WANT TO USE SIFR
<script type="text/javascript">
if(typeof sIFR == "function")
{
sIFR.replaceElement("h1, h1.title", named({sFlashSrc: "templates/<?php echo $this->template ?>/sifr/comicsans.swf", sColor: "#fc48f1",sWmode: "transparent"}));
};
</script>
-->
</body>
It was the title on the first article was blank so I couldn't see where it was coming from, but I had to set the show title to false (even though it was blank) and then it disappeared.