Archived
1
0

Database refactoring and improving blog comments, blog post history and more

This commit is contained in:
Marcel
2019-01-08 22:42:54 +01:00
parent 56aed78b00
commit 7f887a99b0
67 changed files with 3076 additions and 1755 deletions

View File

@@ -81,7 +81,9 @@
'Du hast uns leider keinen Inhalt angegeben, den wir veröffentlichen können.',
'Sollte es sich dabei um ein Irrtum handeln, so kontaktiere uns bitte über das Kontakt-Formular.',
];
$lang['post_success_title'] = '';
$lang['post_success_title'] = 'Dein Post wurde erfolgreich veröffentlicht!';
$lang['post_success_lines'] = [
'',
'Möchtest du nun deine Posts ansehen?'
];
$lang['post_success_yes'] = 'Ja, Posts ansehen';
$lang['post_success_no'] = 'Nein';

View File

@@ -0,0 +1,7 @@
<?php
/**
* Created by PhpStorm.
* User: tetri
* Date: 05.01.2019
* Time: 17:46
*/