Improves Bludit Images v8
This commit is contained in:
parent
08ff8b5930
commit
91d59bbab7
|
@ -149,7 +149,7 @@ $html .= '
|
|||
';
|
||||
|
||||
if(empty($thumbnailList)) {
|
||||
$html .= '<div class="empty-images uk-block uk-text-center uk-block-muted">There are no images, upload someone to make Bludit more cheerful.</div>';
|
||||
$html .= '<div class="empty-images uk-block uk-text-center uk-block-muted">There are no images, upload someone to make your site more cheerful.</div>';
|
||||
}
|
||||
|
||||
$html .= '
|
||||
|
@ -322,7 +322,7 @@ $html .= '
|
|||
';
|
||||
|
||||
if(empty($thumbnailList)) {
|
||||
$html .= '<div class="empty-images uk-block uk-text-center uk-block-muted">There are no images, upload someone to make Bludit more cheerful.</div>';
|
||||
$html .= '<div class="empty-images uk-block uk-text-center uk-block-muted">There are no images, upload someone to make your site more cheerful.</div>';
|
||||
}
|
||||
|
||||
$html .= '
|
||||
|
|
Loading…
Reference in New Issue