]> git.mxchange.org Git - friendica.git/blobdiff - mod/videos.php
Merge pull request #2170 from fabrixxm/issue_1953
[friendica.git] / mod / videos.php
index 707606769a9c88a2cbf5710f55ed18bda1a12364..7ea09d6a93d419475341a305b978f712b88d6391 100644 (file)
@@ -61,7 +61,7 @@ function videos_init(&$a) {
                        $albums_visible = ((intval($a->data['user']['hidewall']) && (! local_user()) && (! remote_user())) ? false : true);
 
                        if($albums_visible) {
-                               $o .= '<div id="side-bar-photos-albums" class="widget">';
+                               $o .= '<div id="sidebar-photos-albums" class="widget">';
                                $o .= '<h3>' . '<a href="' . $a->get_baseurl() . '/photos/' . $a->data['user']['nickname'] . '">' . t('Photo Albums') . '</a></h3>';
 
                                $o .= '<ul>';