Added a link to change the bandwidth

This commit is contained in:
Kyle Johnson 2013-05-06 19:53:38 -04:00
parent 29784fa3d3
commit a6bcd78e6e
1 changed files with 1 additions and 6 deletions

View File

@ -53,12 +53,7 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
<?php echo $this->fetch('content'); ?>
</div>
<div id="footer">
<?php echo $this->Html->link(
$this->Html->image('cake.power.gif', array('alt' => $cakeDescription, 'border' => '0')),
'http://www.cakephp.org/',
array('target' => '_blank', 'escape' => false)
);
?>
<p>Configured for <?php echo $this->Html->link($zmBandwidth, array('controller' => 'Bandwidth', 'action' => 'index')); ?> bandwidth</p>
</div>
</div>
<?php echo $this->element('sql_dump'); ?>