X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=43aab303c67f84c51fcf274cd478407af7fa7260;hb=722caa209005a23b0cfba31aa10cd34a45880cec;hp=fb00a9fa3adb8d302f712fcbe7d7fc2a694409f4;hpb=3512f4461722c9a3c7cf6511232bda156bf91970;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index fb00a9fa..43aab303 100644 --- a/index.php +++ b/index.php @@ -1443,7 +1443,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history) if ($url == '') { $url = '?' . smallHash($linkdate . $LINKSDB->getNextId()); - $title = 'Note: '; + $title = $conf->get('general.default_note_title', 'Note: '); } $url = escape($url); $title = escape($title);