Chip Pellegrino's picture

    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>

<!-- 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>
Forum: 
Jeremy Davis's picture

but there is a thread on here about removing the TKL footer. From your screenshot it seems that that may not be what you are having problems with. But anyway you can find the thread here.

Hope that helps, if not sorry but I'm not going to be any use to you.

Chip Pellegrino's picture

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.

Add new comment