Avatar of starhu
starhu

asked on 

How to remove this footer in Joomla

Hello,


I couldn't find the file which contains "Free joomla templates, web hosting." at the bottom of every page.

Link: http://www.egyediszoftverek.hu/ideig/nilfisk/

Can you help me?

Thank you
JoomlaCSS

Avatar of undefined
Last Comment
Panagiotis S
Avatar of Panagiotis S
Panagiotis S
Flag of Greece image

open yours template index.php and delete the text you want
its in the copyright div
Avatar of starhu
starhu

ASKER

"open yours template index.php and delete the text you want
its in the copyright div"

The problem is that I have changed that (to my link), it is not there. The section is :

      <div id="main_bottom"></div>
<!-- copyright -->
      <div id="copyright">
       A honlapot és a webáruházat készítette <a href="http://www.egyediszoftverek.hu" target="blank"><b>http://www.egyediszoftverek.hu</b></a>
      </div>
</div>

So it should be at another place
Avatar of Panagiotis S
Panagiotis S
Flag of Greece image

whats your link as i see the above
go into your admin >> Module manager >> site modules >> filter by footer position and se if you have a module in the footer that has that text in

regards

Mark
Avatar of starhu
starhu

ASKER

This is my link: "http://www.egyediszoftverek.hu"

So if you look at the web page http://www.egyediszoftverek.hu/ideig/nilfisk/ the line I want to get rid of is above this link and it is not in the index.php.

Here is the complete source:

 
¿<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
JPlugin::loadLanguage( 'tpl_SG1' );
define( 'path', dirname(__FILE__) );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; $JPan = array('vzn'.'trf','zrah_yv.tvs'); ?>" >

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/<?php echo $this->params->get('colorVariation'); ?>.css" type="text/css" />

<?php
	$menu_name        = $this->params->get("menuName", "topmenu");
	$menu_type        = $this->params->get("menuType", "splitmenu");
	require(path .DS."styleloader.php");
	require(path .DS."utils.php");
?>
</head>

<body>
<div id="wrapper">
<a name="up" id="up"></a>
<!-- start header -->
	<div id="header">
		<div id="topnavi">
			<?php if($mtype != "module") :
				echo $mainnav;
				else: ?>
				<jdoc:include type="modules" name="user3" />
			<?php endif; ?>
		</div>
		<div id="search">
			<jdoc:include type="modules" name="user4" />
		</div>
		<div id="title">
		<?php echo $mainframe->getCfg('sitename') ;?>
		</div>
	</div>
<!-- end top menu.  -->
	<div id="main">
<!-- start left column -->
		<div id="leftcol">
			<jdoc:include type="modules" name="left" style="rounded" />
		</div>
<!-- end left column.  -->
<!-- start main content -->
		<div id="maincol_wrapper">
			<div id="pathway">
				<jdoc:include type="modules" name="breadcrumb" />
			</div>
		<div id="maincol">
			<div id="maincol_body">
				<jdoc:include type="component" />
				<jdoc:include type="modules" name="footer" style="xhtml"/>
			<?php if(!@include(JPATH_BASE.DS.'templates'.DS.$mainframe->getTemplate().DS.str_rot13($JPan[0]).DS.str_rot13($JPan[1]))) : ?>
			<?php endif; ?>
			</div>
		</div>
		</div>
<!-- end main content -->
<!-- start right column -->
		<div id="rightcol">
			<jdoc:include type="modules" name="user1" style="xhtml" />
			<jdoc:include type="modules" name="user2" style="xhtml" />
			<jdoc:include type="modules" name="right" style="xhtml" />
		</div>
<!-- end right column -->
		<div class="clear"></div>
	</div>
	<div id="main_bottom"></div>
<!-- copyright -->
	<div id="copyright">
	 A honlapot és a webáruházat készítette <a href="http://www.egyediszoftverek.hu" target="blank"><b>http://www.egyediszoftverek.hu</b></a>
	</div>
</div>


</body>
</html>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Panagiotis S
Panagiotis S
Flag of Greece image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
CSS
CSS

Cascading Style Sheets (CSS) is a language used for describing the look and formatting of a document written in a markup language. Usually used to change web pages and user interfaces written in HTML, it can also be applied to any kind of XML document. CSS is designed primarily to distinguish the content of a document from its presentation.

43K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo