projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f59e574
)
revert last commit f59e574, remove some html code
author
Rabuzarus
<rabuzarus@t-online.de>
Fri, 26 Dec 2014 13:44:48 +0000
(14:44 +0100)
committer
Rabuzarus
<rabuzarus@t-online.de>
Fri, 26 Dec 2014 13:44:48 +0000
(14:44 +0100)
mod/photos.php
patch
|
blob
|
history
diff --git
a/mod/photos.php
b/mod/photos.php
index d3300c800516d281591bd561549e95905ca4a35f..003bcd915089175db61253bb7ef4d83a52e2fd64 100644
(file)
--- a/
mod/photos.php
+++ b/
mod/photos.php
@@
-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;