Beiträge: |
Danke Tine
da liefere ich doch mal gleich den Fehler nach:
WARNING [8] Use of undefined constant _ISO - assumed '_ISO'
FOUND IN [themes/emulator_joomla_theme/templates/tbc_officestyle_lite/index.php]
FOUND AT 4
WARNING [8] Undefined offset: 1
FOUND IN [themes/emulator_joomla_theme/templates/tbc_officestyle_lite/index.php]
FOUND AT 6
WARNING [8] Undefined variable: mainframe
FOUND IN [themes/emulator_joomla_theme/templates/tbc_officestyle_lite/index.php]
FOUND AT 23
Fatal error: Call to a member function getTemplate() on a non-object in /home/openphpn/public_html/opn/themes/emulator_joomla_theme/templates/tbc_officestyle_lite/index.php on line 23
das theme beginnt mit den folgenden zeilen:
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = split( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
Schönen Abend
go |