diff --git a/boot.php b/boot.php index d312682ac..f7c9d39d2 100644 --- a/boot.php +++ b/boot.php @@ -7,7 +7,7 @@ require_once('include/text.php'); require_once("include/pgettext.php"); -define ( 'FRIENDIKA_VERSION', '2.3.1108' ); +define ( 'FRIENDIKA_VERSION', '2.3.1109' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1090 ); diff --git a/mod/photos.php b/mod/photos.php index b74ca85d7..7b660bfa3 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -34,12 +34,14 @@ function photos_init(&$a) { $a->data['albums'] = $albums; $o .= '

' . $a->data['user']['username'] . '

'; + $o .= '
' . $a->data['user']['username'] . '
'; + $o .= '

' . '' . t('Photo Albums') . '

'; $o .= '