From 63b2526ee7519a87a7ac53fd6cc0b4196d2fd5bc Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 12 Feb 2024 21:50:11 +0100 Subject: [PATCH] "Send" button now labeled "Create", fixes #946 --- CHANGELOG.md | 1 + i18n/ar.json | 2 +- i18n/bg.json | 2 +- i18n/ca.json | 2 +- i18n/co.json | 2 +- i18n/cs.json | 2 +- i18n/de.json | 2 +- i18n/el.json | 2 +- i18n/en.json | 2 +- i18n/es.json | 2 +- i18n/et.json | 2 +- i18n/fi.json | 2 +- i18n/fr.json | 2 +- i18n/he.json | 2 +- i18n/hi.json | 2 +- i18n/hu.json | 2 +- i18n/id.json | 2 +- i18n/it.json | 2 +- i18n/ja.json | 2 +- i18n/jbo.json | 2 +- i18n/ku.json | 2 +- i18n/la.json | 2 +- i18n/lt.json | 2 +- i18n/nl.json | 2 +- i18n/no.json | 4 ++-- i18n/oc.json | 2 +- i18n/pl.json | 2 +- i18n/pt.json | 2 +- i18n/ro.json | 2 +- i18n/ru.json | 2 +- i18n/sk.json | 2 +- i18n/sl.json | 2 +- i18n/sv.json | 2 +- i18n/th.json | 2 +- i18n/tr.json | 2 +- i18n/uk.json | 2 +- i18n/zh.json | 2 +- js/test/TopNav.js | 2 +- tpl/bootstrap.php | 4 ++-- tpl/page.php | 2 +- 40 files changed, 42 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 680df4d1..a8e8c1ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # PrivateBin version history ## 1.7.2 (not yet released) +* CHANGED: "Send" button now labeled "Create" (#946) ## 1.7.1 (2024-02-11) * FIXED: zlib 1.3.1 wasm file reference diff --git a/i18n/ar.json b/i18n/ar.json index 3752a362..4907b226 100644 --- a/i18n/ar.json +++ b/i18n/ar.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "جافاسكرِبت (JavaScript) مطلوب %s للعمل. نأسف للإزعاج.", "%s requires a modern browser to work.": "%s يتطلب متصفحًا حديثًا للعمل.", "New": "جديد", - "Send": "إرسال", + "Create": "إرسال", "Clone": "استنساخ", "Raw text": "نص خام", "Expires": "تنتهي", diff --git a/i18n/bg.json b/i18n/bg.json index e7cb35a3..07a0c759 100644 --- a/i18n/bg.json +++ b/i18n/bg.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "Услугата %s се нуждае от JavaScript, за да работи. Съжаляваме за неудобството.", "%s requires a modern browser to work.": "%s се нуждае от съвременен браузър за да работи.", "New": "Създаване", - "Send": "Изпрати", + "Create": "Изпрати", "Clone": "Дублирай", "Raw text": "Чист текст", "Expires": "Изтича", diff --git a/i18n/ca.json b/i18n/ca.json index 7ed9846b..56b342f8 100644 --- a/i18n/ca.json +++ b/i18n/ca.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "Cal JavaScript perquè %s funcioni. Em sap greu les molèsties.", "%s requires a modern browser to work.": "%s requereix un navegador modern per funcionar.", "New": "Nou", - "Send": "Enviar", + "Create": "Enviar", "Clone": "Clona", "Raw text": "Text sense processar", "Expires": "Caducitat", diff --git a/i18n/co.json b/i18n/co.json index a50d2def..5d5fd238 100644 --- a/i18n/co.json +++ b/i18n/co.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript hè richiestu per fà funziunà %s. Scusate per stu penseru.", "%s requires a modern browser to work.": "%s richiede un navigatore mudernu per funziunà.", "New": "Novu", - "Send": "Mandà", + "Create": "Mandà", "Clone": "Duppione", "Raw text": "Testu grossu", "Expires": "Scadenza", diff --git a/i18n/cs.json b/i18n/cs.json index 49afae50..4aa41d9d 100644 --- a/i18n/cs.json +++ b/i18n/cs.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "Pro fungování %s je vyžadován JavaScript. Omlouváme se za nepříjemnosti.", "%s requires a modern browser to work.": "%%s requires a modern browser to work.", "New": "Nový", - "Send": "Odeslat", + "Create": "Odeslat", "Clone": "Klonovat", "Raw text": "Pouze Text", "Expires": "Expirace", diff --git a/i18n/de.json b/i18n/de.json index aab96561..4f626a66 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript ist eine Voraussetzung, um %s zu nutzen. Bitte entschuldige die Unannehmlichkeiten.", "%s requires a modern browser to work.": "%s setzt einen modernen Browser voraus, um funktionieren zu können.", "New": "Neu", - "Send": "Senden", + "Create": "Erstellen", "Clone": "Klonen", "Raw text": "Reiner Text", "Expires": "Ablaufzeit", diff --git a/i18n/el.json b/i18n/el.json index 94e13fb9..153ee556 100644 --- a/i18n/el.json +++ b/i18n/el.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "Η JavaScript είναι απαραίτητη για να λειτουργήσει το %s. Συγγνώμη για την ταλαιπωρία.", "%s requires a modern browser to work.": "%s απαιτεί σύγχρονο φυλλομετρητή (browser) για να λειτουργήσει.", "New": "Νέο", - "Send": "Αποστολή", + "Create": "Αποστολή", "Clone": "Κλωνοποίηση", "Raw text": "Κείμενο", "Expires": "Λήγει", diff --git a/i18n/en.json b/i18n/en.json index 8a54cbfe..4eda83b7 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript is required for %s to work. Sorry for the inconvenience.", "%s requires a modern browser to work.": "%s requires a modern browser to work.", "New": "New", - "Send": "Save", + "Create": "Save", "Clone": "Clone", "Raw text": "Raw text", "Expires": "Expires", diff --git a/i18n/es.json b/i18n/es.json index e5e4c9b5..944269e3 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript es necesario para que %s funcione. Sentimos los inconvenientes ocasionados.", "%s requires a modern browser to work.": "%s requiere un navegador moderno para funcionar.", "New": "Nuevo", - "Send": "Enviar", + "Create": "Enviar", "Clone": "Clonar", "Raw text": "Texto sin formato", "Expires": "Caducar en", diff --git a/i18n/et.json b/i18n/et.json index e589197b..e0359fb9 100644 --- a/i18n/et.json +++ b/i18n/et.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript on vajalik %s'i töötamiseks. Vabandame ebamugavuste pärast.", "%s requires a modern browser to work.": "%s vajab töötamiseks kaasaegset brauserit.", "New": "Uus", - "Send": "Saada", + "Create": "Saada", "Clone": "Klooni", "Raw text": "Lähtetekst", "Expires": "Aegub", diff --git a/i18n/fi.json b/i18n/fi.json index da935c52..65fa87a2 100644 --- a/i18n/fi.json +++ b/i18n/fi.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "%s vaatii JavaScriptiä toimiakseen. Anteeksi haitasta.", "%s requires a modern browser to work.": "%s vaatii modernin selaimen toimiakseen.", "New": "Uusi", - "Send": "Lähetä", + "Create": "Lähetä", "Clone": "Kloonaa", "Raw text": "Raaka teksti", "Expires": "Vanhenee", diff --git a/i18n/fr.json b/i18n/fr.json index 0ae409bb..8b32bd45 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript est requis pour faire fonctionner %s. Désolé pour cet inconvénient.", "%s requires a modern browser to work.": "%s nécessite un navigateur moderne pour fonctionner.", "New": "Nouveau", - "Send": "Sauvegarder", + "Create": "Sauvegarder", "Clone": "Cloner", "Raw text": "Texte brut", "Expires": "Expire", diff --git a/i18n/he.json b/i18n/he.json index 658e586b..c85a7570 100644 --- a/i18n/he.json +++ b/i18n/he.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "צריך JavaScript כדי לאפשר ל־%s לפעול. סליחה על חוסר הנוחות.", "%s requires a modern browser to work.": "%s דורש דפדפן מודרני כדי לפעול.", "New": "חדש", - "Send": "שליחה", + "Create": "שליחה", "Clone": "שכפול", "Raw text": "טקסט גולמי", "Expires": "Expires", diff --git a/i18n/hi.json b/i18n/hi.json index 6ef3280b..5c987442 100644 --- a/i18n/hi.json +++ b/i18n/hi.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript is required for %s to work. Sorry for the inconvenience.", "%s requires a modern browser to work.": "%s requires a modern browser to work.", "New": "New", - "Send": "Send", + "Create": "Create", "Clone": "Clone", "Raw text": "Raw text", "Expires": "Expires", diff --git a/i18n/hu.json b/i18n/hu.json index d9161090..8f93c9f2 100644 --- a/i18n/hu.json +++ b/i18n/hu.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript szükséges a %s működéséhez. Elnézést a fennakadásért.", "%s requires a modern browser to work.": "A %s működéséhez a jelenleginél újabb böngészőre van szükség.", "New": "Új", - "Send": "Beküldöm!", + "Create": "Beküldöm!", "Clone": "Másol", "Raw text": "A nyers szöveg", "Expires": "Lejárati idő", diff --git a/i18n/id.json b/i18n/id.json index a0e844e8..68063ad5 100644 --- a/i18n/id.json +++ b/i18n/id.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript diperlukan agar %s bekerja. Maaf untuk ketidaknyamanannya.", "%s requires a modern browser to work.": "%s memerlukan sebuah browser modern untuk bekerja.", "New": "Baru", - "Send": "Kirim", + "Create": "Kirim", "Clone": "Klon", "Raw text": "Teks mentah", "Expires": "Kadaluarsa", diff --git a/i18n/it.json b/i18n/it.json index 37da153f..37208c5f 100644 --- a/i18n/it.json +++ b/i18n/it.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "%s funziona solo con JavaScript attivo. Ci dispiace per l'inconveniente.", "%s requires a modern browser to work.": "%s richiede un browser moderno e aggiornato per funzionare.", "New": "Nuovo", - "Send": "Invia", + "Create": "Invia", "Clone": "Clona", "Raw text": "Testo Raw", "Expires": "Scade", diff --git a/i18n/ja.json b/i18n/ja.json index 07323772..a7ebe0bd 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "%s の動作にはJavaScriptが必要です。ご迷惑をおかけして申し訳ありません。", "%s requires a modern browser to work.": "%s の動作には最近のブラウザが必要です。", "New": "新規", - "Send": "送信", + "Create": "送信", "Clone": "複製", "Raw text": "未加工テキスト", "Expires": "有効期限", diff --git a/i18n/jbo.json b/i18n/jbo.json index f729f613..e5879ada 100644 --- a/i18n/jbo.json +++ b/i18n/jbo.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript is required for %s to work. Sorry for the inconvenience.", "%s requires a modern browser to work.": "%s requires a modern browser to work.", "New": "cnino", - "Send": "benji", + "Create": "benji", "Clone": "fukpi", "Raw text": "vlapoi nalselrucyzu'e", "Expires": "vimcu", diff --git a/i18n/ku.json b/i18n/ku.json index 6ef3280b..5c987442 100644 --- a/i18n/ku.json +++ b/i18n/ku.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript is required for %s to work. Sorry for the inconvenience.", "%s requires a modern browser to work.": "%s requires a modern browser to work.", "New": "New", - "Send": "Send", + "Create": "Create", "Clone": "Clone", "Raw text": "Raw text", "Expires": "Expires", diff --git a/i18n/la.json b/i18n/la.json index 895f0b02..2a26884e 100644 --- a/i18n/la.json +++ b/i18n/la.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript is required for %s to work. Sorry for the inconvenience.", "%s requires a modern browser to work.": "%s requires a modern browser to work.", "New": "New", - "Send": "Send", + "Create": "Create", "Clone": "Clone", "Raw text": "Raw text", "Expires": "Expires", diff --git a/i18n/lt.json b/i18n/lt.json index 81dfe123..5de2627e 100644 --- a/i18n/lt.json +++ b/i18n/lt.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "%s darbui reikalinga JavaScript. Atsiprašome už nepatogumus.", "%s requires a modern browser to work.": "%s savo darbui reikalauja šiuolaikinės naršyklės.", "New": "Naujas", - "Send": "Siųsti", + "Create": "Siųsti", "Clone": "Dubliuoti", "Raw text": "Neapdorotas tekstas", "Expires": "Baigs galioti po", diff --git a/i18n/nl.json b/i18n/nl.json index fc058a20..23a079e5 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript vereist om %s te laten werken. Sorry voor het ongemak.", "%s requires a modern browser to work.": "%s vereist een moderne browser om te kunnen werken.", "New": "Nieuw", - "Send": "Verzenden", + "Create": "Verzenden", "Clone": "Klonen", "Raw text": "Onbewerkte tekst", "Expires": "Verloopt", diff --git a/i18n/no.json b/i18n/no.json index 00417f24..a23a89a5 100644 --- a/i18n/no.json +++ b/i18n/no.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "Javascript kreves for at %s skal fungere. Beklager.", "%s requires a modern browser to work.": "%s krever en moderne nettleser for å fungere.", "New": "Ny", - "Send": "Send", + "Create": "Create", "Clone": "Kopier", "Raw text": "Ren tekst", "Expires": "Utgår", @@ -143,7 +143,7 @@ "Avatar generated from IP address": "Anonym avatar generert med data fra IP adressen)", "Add comment": "Legg til kommentar", "Optional nickname…": "Valgfritt kallenavn…", - "Post comment": "Send kommentar", + "Post comment": "Create kommentar", "Sending comment…": "Sender Kommentar…", "Comment posted.": "Kommentar sendt.", "Could not refresh display: %s": "Kunne ikke oppdatere bildet: %s", diff --git a/i18n/oc.json b/i18n/oc.json index 7553fb0e..2c30d6a5 100644 --- a/i18n/oc.json +++ b/i18n/oc.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript es requesit per far foncionar %s. O planhèm per l’inconvenient.", "%s requires a modern browser to work.": "%s requerís un navigator modèrn per foncionar.", "New": "Nòu", - "Send": "Mandar", + "Create": "Mandar", "Clone": "Clonar", "Raw text": "Tèxte brut", "Expires": "Expira", diff --git a/i18n/pl.json b/i18n/pl.json index ec1930dd..8081c59d 100644 --- a/i18n/pl.json +++ b/i18n/pl.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "Do działania %sa jest wymagany JavaScript. Przepraszamy za tę niedogodność.", "%s requires a modern browser to work.": "%s wymaga do działania nowoczesnej przeglądarki.", "New": "Nowa", - "Send": "Wyślij", + "Create": "Wyślij", "Clone": "Sklonuj", "Raw text": "Czysty tekst", "Expires": "Wygasa za", diff --git a/i18n/pt.json b/i18n/pt.json index 3b7866db..9f25b7c6 100644 --- a/i18n/pt.json +++ b/i18n/pt.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript é necessário para que %s funcione. Pedimos desculpas pela inconveniência.", "%s requires a modern browser to work.": "%s requer um navegador moderno para funcionar.", "New": "Novo", - "Send": "Enviar", + "Create": "Enviar", "Clone": "Clonar", "Raw text": "Texto sem formato", "Expires": "Expirar em", diff --git a/i18n/ro.json b/i18n/ro.json index 89e6d1a7..dc7aaa24 100644 --- a/i18n/ro.json +++ b/i18n/ro.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript este necesar pentru ca %s să funcționeze. Ne cerem scuze pentru neplăceri.", "%s requires a modern browser to work.": "%s necesită un browser modern pentru a funcționa.", "New": "Nou", - "Send": "Trimiteți", + "Create": "Trimiteți", "Clone": "Clonați", "Raw text": "Text brut", "Expires": "Expiră", diff --git a/i18n/ru.json b/i18n/ru.json index 00084dc8..140a54e3 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "Для работы %s требуется включенный JavaScript. Приносим извинения за неудобства.", "%s requires a modern browser to work.": "Для работы %s требуется более современный браузер.", "New": "Новая запись", - "Send": "Отправить", + "Create": "Отправить", "Clone": "Дублировать", "Raw text": "Исходный текст", "Expires": "Удалить через", diff --git a/i18n/sk.json b/i18n/sk.json index c73fe638..10e17d9c 100644 --- a/i18n/sk.json +++ b/i18n/sk.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "Na fungovanie %s je potrebný JavaScript. Ospravedlňujeme sa za nepríjemnosti.", "%s requires a modern browser to work.": "%s vyžaduje na fungovanie moderný prehliadač.", "New": "Nový", - "Send": "Odoslať", + "Create": "Odoslať", "Clone": "Klonovať", "Raw text": "Surový text", "Expires": "Expirácia", diff --git a/i18n/sl.json b/i18n/sl.json index f3baab91..86c239d9 100644 --- a/i18n/sl.json +++ b/i18n/sl.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "Da %s deluje, moraš vklopiti JavaScript. Oprosti za povročene nevšečnosti.", "%s requires a modern browser to work.": "%s za svoje delovanje potrebuje moderen brskalnik.", "New": "Nov prilepek", - "Send": "Pošlji", + "Create": "Pošlji", "Clone": "Kloniraj", "Raw text": "Surov tekst", "Expires": "Poteče", diff --git a/i18n/sv.json b/i18n/sv.json index 6ef3280b..5c987442 100644 --- a/i18n/sv.json +++ b/i18n/sv.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript is required for %s to work. Sorry for the inconvenience.", "%s requires a modern browser to work.": "%s requires a modern browser to work.", "New": "New", - "Send": "Send", + "Create": "Create", "Clone": "Clone", "Raw text": "Raw text", "Expires": "Expires", diff --git a/i18n/th.json b/i18n/th.json index 4325ab1d..9aa6bf90 100644 --- a/i18n/th.json +++ b/i18n/th.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "จำเป็นต้องใช้ JavaScript เพื่อให้ %s สามารถทำงานได้ ขออภัยในความไม่สะดวก", "%s requires a modern browser to work.": "%s ต้องใช้เบราว์เซอร์สมัยใหม่ถึงจะสามารถใช้งานได้", "New": "ใหม่", - "Send": "ส่ง", + "Create": "ส่ง", "Clone": "โคลน", "Raw text": "ข้อความล้วน", "Expires": "หมดอายุ", diff --git a/i18n/tr.json b/i18n/tr.json index 5164aee6..3f70226f 100644 --- a/i18n/tr.json +++ b/i18n/tr.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript %s 'in çalışması için gereklidir. Rahatsızlıktan dolayı özür dileriz.", "%s requires a modern browser to work.": "%s çalışmak için çağdaş bir tarayıcı gerektirir.", "New": "Yeni", - "Send": "Gönder", + "Create": "Gönder", "Clone": "Kopyala", "Raw text": "Açık yazı", "Expires": "Süre Sonu", diff --git a/i18n/uk.json b/i18n/uk.json index 0d514b5a..d14b7cd1 100644 --- a/i18n/uk.json +++ b/i18n/uk.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "Для роботи %s потрібен увімкнутий JavaScript. Вибачте.", "%s requires a modern browser to work.": "Для роботи %s потрібен більш сучасний переглядач.", "New": "Новий допис", - "Send": "Відправити", + "Create": "Відправити", "Clone": "Дублювати", "Raw text": "Початковий текст", "Expires": "Вилучити через", diff --git a/i18n/zh.json b/i18n/zh.json index 421622f5..40bb3d38 100644 --- a/i18n/zh.json +++ b/i18n/zh.json @@ -26,7 +26,7 @@ "JavaScript is required for %s to work. Sorry for the inconvenience.": "%s 需要 JavaScript 来进行加解密。 给你带来的不便敬请谅解。", "%s requires a modern browser to work.": "%s 需要在现代浏览器上工作。", "New": "新建", - "Send": "送出", + "Create": "送出", "Clone": "复制", "Raw text": "纯文本", "Expires": "有效期", diff --git a/js/test/TopNav.js b/js/test/TopNav.js index 29ae2bd7..2743bf60 100644 --- a/js/test/TopNav.js +++ b/js/test/TopNav.js @@ -77,7 +77,7 @@ describe('TopNav', function () { '
  • ' + '' + '
  • ' + 'class="hidden">Create' ); $.PrivateBin.TopNav.init(); results.push( diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 5d86b3fe..7851fade 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -209,7 +209,7 @@ endif; if ($isPage) : ?> diff --git a/tpl/page.php b/tpl/page.php index 71028de7..66e866c1 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -125,7 +125,7 @@ endif;
    - +