]> git.mxchange.org Git - friendica.git/commitdiff
revert last commit f59e574, remove some html code
authorRabuzarus <rabuzarus@t-online.de>
Fri, 26 Dec 2014 13:44:48 +0000 (14:44 +0100)
committerRabuzarus <rabuzarus@t-online.de>
Fri, 26 Dec 2014 13:44:48 +0000 (14:44 +0100)
mod/photos.php

index d3300c800516d281591bd561549e95905ca4a35f..003bcd915089175db61253bb7ef4d83a52e2fd64 100644 (file)
@@ -1183,8 +1183,6 @@ function photos_content(&$a) {
                        intval($a->pager['itemspage'])
                );
 
-               $o .= '<h3 id="photo-album-title">' . $album . '</h3>';
-
                if($cmd === 'edit') {
                        if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) {
                                if($can_post) {
@@ -1266,7 +1264,7 @@ function photos_content(&$a) {
                                '$edit' => $edit
                        ));
 
-               $o .= '<div id="photo-album-end"></div>';
+               $o .= paginate($a);
 
                return $o;