1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

disclaimer tweak.

This commit is contained in:
Cameron 2023-01-14 19:07:31 -08:00
parent fbcef7a3c6
commit bd9f62675b

View File

@ -54,7 +54,7 @@ class siteinfo_shortcodes // must match the folder name of the plugin.
{ {
$class = !empty($parm['class']) ? " class='".$parm['class']."'" : ''; $class = !empty($parm['class']) ? " class='".$parm['class']."'" : '';
$default = "Proudly powered by <a".$class." href='https://e107.org'>e107</a> which is <a".$class." href='".e_HTTP."credits.php'>released</a> under the terms of the GNU GPL License."; $default = "Proudly powered by <a".$class." href='https://e107.org'>e107 Bootstrap CMS</a> which is <a".$class." href='".e_HTTP."credits.php'>released</a> under the terms of the GNU GPL License.";
$text = deftrue('SITEDISCLAIMER',$default); $text = deftrue('SITEDISCLAIMER',$default);