fixing <? without php for Jessie

This commit is contained in:
Benjamin Sonntag 2015-12-22 16:53:45 +01:00
parent 8b906527fa
commit 3e3a9d4e83
2 changed files with 6 additions and 6 deletions

View File

@ -191,16 +191,16 @@ display:none;
}
</style>
<div class="info">
<h4 class="toggle toggle-next"><a href="javascript:void(0)" class="btn"> <?= _("Need open DNS Slave servers?")?> &#9660;</a></h4>
<h4 class="toggle toggle-next"><a href="javascript:void(0)" class="btn"> <?php __("Need open DNS Slave servers?"); ?> &#9660;</a></h4>
<div class="info-hide">
<p><?= _("We offer free of charge DNS servers for alternc users."); ?></p>
<h2><?= _("How does it work?") ?> </h2>
<p><? __("We offer free of charge DNS servers for alternc users."); ?></p>
<h2><? __("How does it work?"); ?> </h2>
<ol>
<li><?= sprintf(_("<strong>Give access to the alternc.net servers.</strong> Follow the instructions on <a href='%s' target='blank'>this page</a>. They will help you to configure this page and configure your alternc.net account."),"http://aide-alternc.org/go.php?hid=400") ?></li>
<li><? printf(_("<strong>Give access to the alternc.net servers.</strong> Follow the instructions on <a href='%s' target='blank'>this page</a>. They will help you to configure this page and configure your alternc.net account."),"http://aide-alternc.org/go.php?hid=400"); ?></li>
<li><?= sprintf(_("<strong>Subscribe to alternc.net.</strong> Go to <a href='%s' target='_blank' class='btn btn-inline btn-link'>the alternc.net site</a> to use the DNS servers provided for free by the AlternC association and enter the required informations for each server you want to connect to the service."),"http://alternc.net/")?> </li>
</ol>
<br />
<p><?= _("The alternc.net servers will take care of transfering and distributing to the world your domains zones.") ?> </p>
<p><? __("The alternc.net servers will take care of transfering and distributing to the world your domains zones."); ?> </p>
</div><!-- info-hide -->
</div><!-- info -->
<?php include_once("foot.php"); ?>

View File

@ -60,7 +60,7 @@ $favicon = variable_get('favicon', 'favicon.ico' ,'You can specify a favicon, fo
</head>
<body onload="prettyPrint()">
<?
<?php
if ($isinvited && isset($oldid) && !empty($oldid) && $oldid!=$cuid ) {
echo "<div align=center><p class='alert alert-warning'>";