Merge branch 'master' of https://github.com/redmatrix/redmatrix
This commit is contained in:
commit
63823be5fc
@ -292,7 +292,7 @@ function bb_ShareAttributesSimple($match) {
|
||||
if ($matches[1] != "")
|
||||
$profile = $matches[1];
|
||||
|
||||
$text = '<br />' . html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8') . ' <a href="' . $profile . '">' . $author . '</a>: div class="reshared-content">' . $match[2] . '</div>';
|
||||
$text = html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8') . ' <a href="' . $profile . '">' . $author . '</a>: div class="reshared-content">' . $match[2] . '</div>';
|
||||
|
||||
return($text);
|
||||
}
|
||||
|
6778
view/it/messages.po
6778
view/it/messages.po
File diff suppressed because it is too large
Load Diff
1682
view/it/strings.php
1682
view/it/strings.php
File diff suppressed because it is too large
Load Diff
@ -311,8 +311,9 @@ echo str_replace(array_keys($options), array_values($options), $x);
|
||||
if($narrow_navbar && file_exists('view/theme/redbasic/css/narrow_navbar.css')) {
|
||||
echo file_get_contents('view/theme/redbasic/css/narrow_navbar.css');
|
||||
}
|
||||
|
||||
if($converse_center && file_exists('view/theme/redbasic/css/converse_center.css')) {
|
||||
echo str_replace(array_keys($options), array_values($options), $x);
|
||||
echo file_get_contents('view/theme/redbasic/css/converse_center.css');
|
||||
}
|
||||
|
||||
if($schemecss) {
|
||||
|
Reference in New Issue
Block a user