1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

Add private messages feature

Add follow/unfollow users feature
Add simple maintenance mode (/.maintenance file)
Add user option to receive email on new content related shouts or private messages
This commit is contained in:
Afterster 2015-04-26 23:10:05 +02:00
parent 2835e4c330
commit edc85b1612
31 changed files with 1275 additions and 168 deletions

View file

@ -124,7 +124,7 @@ class Ampache_RSS
// Default to now playing
$type = self::validate_type($type);
$string = '<a href="' . AmpConfig::get('web_path') . '/rss.php?type=' . $type . '">' . UI::get_icon('feed', T_('RSS Feed')) . '</a>';
$string = '<a rel="nohtml" href="' . AmpConfig::get('web_path') . '/rss.php?type=' . $type . '">' . UI::get_icon('feed', T_('RSS Feed')) . '</a>';
return $string;