[SOLVED] remove "Joomla! is a..." - Joomla! Forum - community, help and support
hey guys! 
i want change on website.
i have text on here:
how can away?
also, on "floor" of website, there text:
can write "copyright © 2009 puzzlechain.net. alle rechte vorbehalten." down there?

i want change on website.
i have text on here:
copyright © 2009 puzzlechain.net. alle rechte vorbehalten.
joomla! ist freie, unter der gnu/gpl-lizenz veröffentlichte software.
how can away?
also, on "floor" of website, there text:
powered joomla!. gültiges xhtml und css.
can write "copyright © 2009 puzzlechain.net. alle rechte vorbehalten." down there?
(a) removing text "joomla! free software released under gnu/gpl license."
edit file en-gb.mod_footer.ini located in directory \language\en-gb, remove text after = sign in line shown below.
note: since, language different, have appropriate language file.
(b) if want remove footer altogether, go module manager , disable footer module.
(c) if want replace text "powered joomla!. gültiges xhtml und css.", have edit file index.php located in directory \templates\rhuk_milkyway , replace following lines of code.
edit file en-gb.mod_footer.ini located in directory \language\en-gb, remove text after = sign in line shown below.
code: select all
footer_line2=<a href="http://www.joomla.org">joomla!</a> free software released under <a href="http://www.gnu.org/licenses/gpl-2.0.html">gnu/gpl license.</a>
note: since, language different, have appropriate language file.
(b) if want remove footer altogether, go module manager , disable footer module.
(c) if want replace text "powered joomla!. gültiges xhtml und css.", have edit file index.php located in directory \templates\rhuk_milkyway , replace following lines of code.
code: select all
<?php echo jtext::_('powered by') ?> <a href="http://www.joomla.org">joomla!</a>.
<?php echo jtext::_('valid') ?> <a href="http://validator.w3.org/check/referer">xhtml</a> <?php echo jtext::_('and') ?> <a href="http://jigsaw.w3.org/css-validator/check/referer">css</a>.
Comments
Post a Comment