change formating of translatable textparts
Dieser Commit ist enthalten in:
Ursprung
6cef8597a2
Commit
5d560a452d
1 geänderte Dateien mit 2 neuen und 5 gelöschten Zeilen
|
@ -105,10 +105,7 @@ foreach ($aTemplates as $value) {
|
|||
}
|
||||
print "<tr>";
|
||||
print "<td colspan='5'>";
|
||||
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 <code>if (function_exists...</code>");
|
||||
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 <code>if (function_exists...</code>");
|
||||
/*
|
||||
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 "<hr />";
|
|||
if (function_exists('sem_showCopyright')) sem_showCopyright();
|
||||
print "</div>";
|
||||
print "</form>";
|
||||
?>
|
||||
?>
|
||||
|
|
Laden …
In neuem Issue referenzieren