diff --git a/include/bbcode.php b/include/bbcode.php index bb4f77ebf9..62f56558fb 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -490,7 +490,7 @@ function bb_ShareAttributes($share, $simplehtml) { default: $text = trim($share[1])."\n"; - $tpl = get_markup_template('shared-content.tpl'); + $tpl = get_markup_template('shared_content.tpl'); $text .= replace_macros($tpl, array( '$profile' => $profile, diff --git a/view/templates/shared-content.tpl b/view/templates/shared_content.tpl similarity index 100% rename from view/templates/shared-content.tpl rename to view/templates/shared_content.tpl