diff --git a/semmelstatzR-templates.php b/semmelstatzR-templates.php index 19c01ba..a5361e8 100644 --- a/semmelstatzR-templates.php +++ b/semmelstatzR-templates.php @@ -105,10 +105,7 @@ foreach ($aTemplates as $value) { } print ""; print ""; -print semr_i18n("All functions (except the last one) you have to use outside the LOOP. - Display of blog index page will be incorrect if semmelstatzR is deactivated and - if you do not check for the existence of the templatefunctions - using if (function_exists..."); +print semr_i18n("All functions (except the last one) you have to use outside the LOOP. Display of blog index page will be incorrect if semmelstatzR is deactivated and if you do not check for the existence of the templatefunctions using if (function_exists..."); /* print "Sämtliche Funktionen (bis auf die letzte) sind außerhalb des LOOPS zu verwenden. Wird SEMMELSTATZ deaktiviert, und die Verfügbarkeit der Templatefunktion ist nicht mittels @@ -124,4 +121,4 @@ print "
"; if (function_exists('sem_showCopyright')) sem_showCopyright(); print ""; print ""; -?> \ No newline at end of file +?>