Back to top

Autore Topic: togliere powered by  (Letto 3824 volte)

Offline daniele95

  • Esploratore
  • **
  • Post: 198
    • Mostra profilo
togliere powered by
« il: 21 Lug 2011, 14:04:13 »
ciao a tutti vi posto il file index.php del template che ho modificato. non reisco a togliere la scritta powered joomla in alto a destra e layout ideal by whonnel qualcosa in basso a destra.

Codice: [Seleziona]
<!--
Nature Sheep 3D Joomla Template

Design by Ideal Group
http://www.wohnen-ideal.de
License: Creative Commons Attribution 3.5 License

My templates are downloadable for everyone and for free. You are allowed to modify this template to suite your needs.
The only thing you're not allowed to do is removing the backlink to www.wohnen-ideal.de - if you like to remove it, please inform me and place the link somewhere els on your site, e.g. in your links section.
Thank you for supporting us and using this template.
-->

<?php
/**
 * @copyright    Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.
 * @license        GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 
 You're not allowed to delete the link to wohnen-ideal.de, this template is licensed. 
 But you are allowed to replace the link to moebel-ideal.de into a subpage, 
 like your favorite 'links' in your page. Please respect our work and give credit to the creator, thank you.
 
 */

// no direct access
defined'_JEXEC' ) or die( 'Restricted access' );
?>

<!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>
<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/naturesheep3d/css/template.css" type="text/css" />
</head>
<body>
<div id="wrapper">

<div style="height:265px;width:1000px;">
    <div style="float:left;"><img src="<?php echo $this->baseurl ?>/templates/naturesheep3d/images/wohnen-ideal.gif" alt="sheep"/></div>
    <div id="header" style="float:right;">
        <h1><?php echo $this->params->get('siteTitle'); ?></h1>
        <h2><?php echo $this->params->get('siteDescription'); ?></h2>
    </div>
    <div id="topnavbar" >
        <div class="nav"><ul id="navbarlist"><jdoc:include type="modules" name="user3" /></ul></div>
        <?php if($this->params->get('useSearch')) : ?><div class="search"><jdoc:include type="modules" name="user4" style="-1" /></div><?php endif; ?><div class="clear"></div>
    </div>
</div>

    <div id="content">
        <div id="orientationbar">
        <div class="breadcrumbs"><p><strong><jdoc:include type="modules" name="breadcrumb" style="1" /></strong></p></div>
        <div class="clear"></div>
    </div>
        <div id="sidebarcontent">
            <jdoc:include type="modules" name="left" style="bootDivision" />
        </div>
        <div id="maincontent">
            <jdoc:include type="component" />
        </div>
        <div class="clear"></div>
    </div>
    <div id="footer-menu">
        <div class="nav"><ul id="footermenulist"><jdoc:include type="modules" name="user3" /></ul></div>
        <div class="clear"></div>
    </div>
    <div id="footer">
        <div class="left"><p><small><?php echo $this->params->get('siteCopyright'); ?></small></p></div>
        <div class="right"><!-- You're not allowed to delete the following link to wohnen-ideal.de, this template is licensed. But you are allowed to replace the link to moebel-ideal.de into a subpage, like your favorite 'links' in your page. Please respect our work and give credit to the creator --><small>Layout by <a href="http://www.wohnen-ideal.de" title="M&ouml;bel online kaufen, bei Wohnen Ideal Onlineshop Massivholzm&ouml;bel, Wohnw&auml;nde oder ergonomischen B&uuml;rost&uuml;hlen" target="_blank">Wohnen Ideal</a><small></div>
        <div class="clear"></div>
    </div>
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>

adottauncane

  • Visitatore
Re:togliere powered by
« Risposta #1 il: 21 Lug 2011, 14:17:19 »
Ciao daniele95,
a leggere nel.php non ti è permesso togliere il Power by:

You're not allowed to delete the following link to wohnen-ideal.de, this template is licensed. But you are allowed to replace the link to moebel-ideal.de into a subpage, like your favorite 'links' in your page. Please respect our work and give credit to the creator
Non ti è permesso di eliminare il collegamento seguente per Wohnen-ideal.de, questo modello è concesso in licenza. Ma vi è permesso di sostituire il link al Moebel-ideal.de in una sottopagina, come il vostro preferito 'link' nella tua pagina. Si prega di rispettare il nostro lavoro e dare credito al creatore

Offline daniele95

  • Esploratore
  • **
  • Post: 198
    • Mostra profilo
Re:togliere powered by
« Risposta #2 il: 21 Lug 2011, 15:09:27 »
scusa forse non mi sono spiegato bene... non lo voglio togliere dal file copyright(che resta e non lo tocco) ma da in alto al sito vicino al logo. quel powered by joomla è orrendo.e non ho idea di come tocglierlo. per quel che concerne il laayout by wohnen-ideal.de non mi da neanche troppo fastidio. ma volendo si potrebeb togliere ugalmente? dopotutto è distribuito con licenza gnu gpl....

adottauncane

  • Visitatore
Re:togliere powered by
« Risposta #3 il: 21 Lug 2011, 16:19:46 »
Hai un link al sito?

Offline daniele95

  • Esploratore
  • **
  • Post: 198
    • Mostra profilo
Re:togliere powered by
« Risposta #4 il: 21 Lug 2011, 16:28:05 »
no non cell'ho al momento. comuque powered by joomla lo ho tolto... mi resterebe layout by wohnen-ideal.de se ci riesco bene senno salute

 



Web Design Bolzano Kreatif