commit 1a948ae2da68ab969302a300573218db501f6207 parent dc6ab9dffba714f4e52a1da584a2ec64abb258f3 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 23 Nov 2014 18:30:11 +0100 short at 300 characters Diffstat:
| M | core/backend/blog/posts.php | | | 2 | +- |
| M | themes/jumbotron/index.php | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php @@ -38,7 +38,7 @@ $post_author = $daten->author; $post_date = $daten->date; $post_categrory = $daten->category; - $post_text_short = shortText($post_text,140); + $post_text_short = shortText($post_text,300); } $resultat->close(); } else { diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -99,7 +99,7 @@ </div> <div> <p> - $post_text_short</br> + $post_text_short [...]</br> </p> </div> <p>