Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => I Template di Joomla 1.5.x => : Guardrail 29 May 2011, 12:48:58
-
Ragazzi come elimino la scritta SILVER STAR lorem ipsum di questo temate?
http://joomla16templates.blogspot.com/2009/09/free-three-column-fixed-width-joomla.html
Come modifico il copyright in fondo sl mio sito in costruzione?
Copyright © 2009 ---.
All Rights reserved
-
ciao, vai nel backend del sito>gestione template>selezioni il tuo templete>modifica>mod HTML.
lì trovi la dicitura che vuoi cambiare
ciao
-
Il copyright l'ho sistemato ma alla header cosa tolgo? Ecco il codice... Grazie infinite...
<?php
defined('_JEXEC') or die('Restricted access'); // no direct access
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php';
$document = isset($this) ? $this : null;
$baseUrl = $this->baseurl;
$templateUrl = $this->baseurl . '/templates/' . $this->template;
artxComponentWrapper($document);
?>
<!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; ?>" >
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<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" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" />
<!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
<script type="text/javascript" src="<?php echo $templateUrl; ?>/script.js"></script>
</head>
<body>
<div id="art-page-background-simple-gradient">
</div>
<div id="art-main">
<div class="art-Sheet">
<div class="art-Sheet-tl"></div>
<div class="art-Sheet-tr"></div>
<div class="art-Sheet-bl"></div>
<div class="art-Sheet-br"></div>
<div class="art-Sheet-tc"></div>
<div class="art-Sheet-bc"></div>
<div class="art-Sheet-cl"></div>
<div class="art-Sheet-cr"></div>
<div class="art-Sheet-cc"></div>
<div class="art-Sheet-body">
<div class="art-Header">
<div class="art-Header-png"></div>
<div class="art-Header-jpeg"></div>
<div class="art-Logo">
<h1 id="name-text" class="art-Logo-name"><a href="<?php echo $baseUrl; ?>/">silver star</a></h1>
<div id="slogan-text" class="art-Logo-text">lorem ipsum</div>
</div>
-
Le righe sono queste:
<h1 id="name-text" class="art-Logo-name"><a href="<?php echo $baseUrl; ?>/">silver star</a></h1>
<div id="slogan-text" class="art-Logo-text">lorem ipsum</div>
Ma prima di toccare l'index.php verifica che da back end non ci sia l'opzione per eliminare Titolo e Sub direttamente da lì. Da Gestione template clicca sul nome del template.
-
Bastano quelle 2 o queste 4? Grazie...
<div class="art-Logo">
<h1 id="name-text" class="art-Logo-name"><a href="<?php echo $baseUrl; ?>/">silver star</a></h1>
<div id="slogan-text" class="art-Logo-text">lorem ipsum</div>
</div>
-
Da backend niente? Allora prova a togliere solo silver star e lorem ipsum tra i segni > < senza toccare altro.
-
Da backend niente? Allora prova a togliere solo silver star e lorem ipsum tra i segni > < senza toccare altro.
Ho fatto così.... Grazieeeeeee