Résolution publicité en haut

This commit is contained in:
Cyrille de Lambert 2011-08-18 17:22:12 +00:00
parent ab4bd6829f
commit 3a4abc4e28

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: login.tpl.php,v 1.2 2011/08/18 15:42:15 cdelambert Exp $
* $Id: login.tpl.php,v 1.3 2011/08/18 17:22:12 cdelambert Exp $
*/
header('Cache-Control: Public, must-revalidate');
@ -148,15 +148,11 @@ jQuery(document).ready(function () {
</div>
<?php } ?>
</form>
<?php
if (! empty($conf->global->MAIN_GOOGLE_AD_CLIENT) && ! empty($conf->global->MAIN_GOOGLE_AD_SLOT))
{
?>
<div id="ad_banner">
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "<?php echo $conf->global->MAIN_GOOGLE_AD_CLIENT ?>";
google_ad_slot = "<?php echo $conf->global->MAIN_GOOGLE_AD_SLOT ?>";
@ -169,6 +165,10 @@ jQuery(document).ready(function () {
</script>
</div>
<?php } ?>
</form>
<!-- authentication mode = <?php echo $main_authentication ?> -->
<!-- cookie name used for this session = <?php echo $session_name ?> -->