Просмотр исходного кода

Domain Selector: Display number of domains next to title.

Nate Jones 11 лет назад
Родитель
Сommit
20ddc7a9f8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      themes/enhanced/template.php

+ 1 - 1
themes/enhanced/template.php

@@ -922,7 +922,7 @@ legend {
 			<div id="domains_block">
 				<div id="domains_header">
 					<input id="domains_hide" type="button" class="btn" style="float: right" value="<?php echo $text['theme-button-close']; ?>">
-					<b style="color: #000;"><?php echo $text['theme-title-domains']; ?></b>
+					<b style="color: #000;"><?php echo $text['theme-title-domains']; ?></b> (<?php echo sizeof($_SESSION['domains']); ?>)
 					<br><br>
 					<input type="text" id="domain_filter" class="formfld" style="min-width: 100%; width: 100%;" placeholder="<?php echo $text['theme-label-search']; ?>" onkeyup="domain_search(this.value);">
 				</div>