change formating of translatable textparts
Dieser Commit ist enthalten in:
Ursprung
4421c931ce
Commit
d56da9c50a
1 geänderte Dateien mit 2 neuen und 5 gelöschten Zeilen
|
@ -105,10 +105,7 @@ foreach ($aTemplates as $value) {
|
||||||
}
|
}
|
||||||
print "<tr>";
|
print "<tr>";
|
||||||
print "<td colspan='5'>";
|
print "<td colspan='5'>";
|
||||||
print semr_i18n("All functions (except the last one) you have to use outside the LOOP.
|
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>");
|
||||||
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
|
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
|
SEMMELSTATZ deaktiviert, und die Verfügbarkeit der Templatefunktion ist nicht mittels
|
||||||
|
|
Laden …
In neuem Issue referenzieren