Fix: missing google ad
This commit is contained in:
parent
6e24ebd01f
commit
ef4df127f9
@ -166,7 +166,7 @@ function donnefocus() {
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
google_ad_client = <?php echo $conf->global->MAIN_GOOGLE_AD_CLIENT ?>;
|
google_ad_client = <?php echo $conf->global->MAIN_GOOGLE_AD_CLIENT ?>;
|
||||||
/* <?php echo $conf->global->MAIN_GOOGLE_AD_WIDTH.'x'.$conf->global->MAIN_GOOGLE_AD_HEIGHT.', '.$conf->global->MAIN_GOOGLE_AD_NAME; ?> */
|
/* <?php echo $conf->global->MAIN_GOOGLE_AD_NAME; ?> */
|
||||||
google_ad_slot = <?php echo $conf->global->MAIN_GOOGLE_AD_SLOT ?>;
|
google_ad_slot = <?php echo $conf->global->MAIN_GOOGLE_AD_SLOT ?>;
|
||||||
google_ad_width = <?php echo $conf->global->MAIN_GOOGLE_AD_WIDTH ?>;
|
google_ad_width = <?php echo $conf->global->MAIN_GOOGLE_AD_WIDTH ?>;
|
||||||
google_ad_height = <?php echo $conf->global->MAIN_GOOGLE_AD_HEIGHT ?>;
|
google_ad_height = <?php echo $conf->global->MAIN_GOOGLE_AD_HEIGHT ?>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user