Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc63d04c6b | ||
|
|
0cbf98d43e |
@@ -215,7 +215,7 @@ class GUIHandler {
|
|||||||
<div class="leftBanner topBanner mediaContent">
|
<div class="leftBanner topBanner mediaContent">
|
||||||
<?php BannerHelper::printBanner(BannerModel::POSITION_HEAD);?>
|
<?php BannerHelper::printBanner(BannerModel::POSITION_HEAD);?>
|
||||||
</div>
|
</div>
|
||||||
<div class="logo"><a href="http://ifattidinapoli.it/index.php"><img src="http://ifattidinapoli.it/images/logo_uff.png"></a></div>
|
<div class="logo"><a href="http://www.ifattidinapoli.it/index.php"><img src="http://www.ifattidinapoli.it/images/logo_uff.png"></a></div>
|
||||||
<div class="rightBanner topBanner mediaContent">
|
<div class="rightBanner topBanner mediaContent">
|
||||||
<?php BannerHelper::printBanner(BannerModel::POSITION_HEAD);?>
|
<?php BannerHelper::printBanner(BannerModel::POSITION_HEAD);?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
const MAX_EXECUTIONS = 12;
|
const MAX_EXECUTIONS = 12;
|
||||||
const ROTATION_INTERVAL = 30000;
|
const ROTATION_INTERVAL = 12000;
|
||||||
|
|
||||||
const executions = {};
|
const executions = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user