X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=c2552ce8662ef48034c8f3c3f7bfd56039489a1d;hb=c8d96b4729a96ff2321862ca13a727658860e7a5;hp=12ccceafe652a5bf3c2a119d1258b65485ca97f2;hpb=b3e1f92e9cd0cae35bc726ca3a2356b4e631ccfa;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 12ccceaf..c2552ce8 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);