[G] Fehlende Sprachvariable im Template "calendar_move" - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html) +--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html) +---- Forum: Bugs (https://www.mybb.de/forum/forum-54.html) +----- Forum: Gemeldete/Nicht gemeldete Bugs (https://www.mybb.de/forum/forum-56.html) +----- Thema: [G] Fehlende Sprachvariable im Template "calendar_move" (/thread-10440.html) |
[G] Fehlende Sprachvariable im Template "calendar_move" - ows - 17.08.2008 In Zeile 15 fehlt die Sprachvariable: PHP-Code: <td width="20%" class="trow1"><strong>Move to Calendar:</strong></td> Müsste heißen: PHP-Code: <td width="20%" class="trow1"><strong>{$lang->move_to_calendar}:</strong></td> |