[Typo3] remove "Powered by typo3" notice - how?
Mathias Schreiber [wmdb]
mathias.schreiber at wmdb.de
Tue Jul 26 12:55:19 CEST 2005
Martin Jørgensen wrote:
> Hi there,
>
> I can't find out how to remove the "Powered by typo3" notice. How do I
> disable it? I think it's some boolean value somewhere, but I've searched for
> it and couldn't find it.
Use the constant editor
--
if ($GLOBALS['TSFE']->fe_user->user['ahnung'] == 0) {
$this->fresseHalten = 1;
}
More information about the TYPO3-english
mailing list