Skip to content
Snippets Groups Projects
Commit b8bc53ce authored by Christopher Smith's avatar Christopher Smith
Browse files

simplify comment

parent 74ef1778
No related branches found
No related tags found
No related merge requests found
......@@ -856,7 +856,7 @@ function html_index($ns){
function html_list_index($item){
global $ID, $conf;
// prevent searchbots needlessly following links - only necessary when accessed from the homepage and no sitemap.xml is being generated
// prevent searchbots needlessly following links
$nofollow = ($ID != $conf['start'] || $conf['sitemap']) ? ' rel="nofollow"' : '';
$ret = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment