HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
config_bar.php
Go to the documentation of this file.
1 <?php
2 /* @var Yii2ConfigPanel $this */
3 /* @var string $yiiVersion */
4 /* @var string $phpVersion */
5 /* @var string $phpUrl */
6 ?>
7 <div class="yii2-debug-toolbar-block">
8  <a href="<?php echo $this->getUrl(); ?>">
9  <img width="29" height="30" alt="" src="<?php echo $this->getYiiLogo(); ?>">
10  <span><?php echo $yiiVersion; ?></span>
11  </a>
12 </div>
13 <div class="yii2-debug-toolbar-block">
14  <a href="<?php echo $phpUrl; ?>" title="Show phpinfo()">PHP <?php echo $phpVersion; ?></a>
15 </div>
16