Skip to content

Commit 080c722

Browse files
xf-Till Brehm
authored andcommitted
Do not index and follow
1 parent c31dc0f commit 080c722

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name='viewport' content='width=device-width, user-scalable=yes'>
99
<meta name='description' lang='en' content='' />
1010
<meta name='keywords' lang='en' content='' />
11-
<meta name='robots' content='index, follow' />
11+
<meta name='robots' content='noindex, nofollow' />
1212

1313
<link rel='stylesheet' href='themes/<tmpl_var name='current_theme'>/assets/stylesheets/bootstrap.min.css' />
1414
<link rel='stylesheet' href='themes/<tmpl_var name='current_theme'>/assets/stylesheets/fonts.min.css' />
@@ -123,15 +123,15 @@ <h4 class="modal-title">{tmpl_var name="datalog_changes_txt"}</h4>
123123
<script>
124124
<!--
125125
//$('.ttip').tipsy({live: true, gravity: 'ne', html: true});
126-
126+
127127
ISPConfig.tabChangeDiscard = '<tmpl_var name="tabchange_discard_enabled">';
128128
ISPConfig.tabChangeWarning = '<tmpl_var name="tabchange_warning_enabled">';
129129
ISPConfig.tabChangeWarningTxt = '<tmpl_var name="global_tabchange_warning_txt">';
130130
ISPConfig.tabChangeDiscardTxt = '<tmpl_var name="global_tabchange_discard_txt">';
131-
131+
132132
<tmpl_if name="use_loadindicator" value="y">ISPConfig.setOption('useLoadIndicator', true);</tmpl_if>
133133
<tmpl_if name="use_combobox" value="y">ISPConfig.setOption('useComboBox', true);</tmpl_if>
134-
134+
135135
$(document).ready(function() {
136136
$('#globalsearch').ispconfigSearch({
137137
dataSrc: '/dashboard/ajax_get_json.php?type=globalsearch',

0 commit comments

Comments
 (0)