Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $block3links = [];
- $block3images = [];
- $block3index = 0;
- $block3link0 = 'https://despertaipovos.com.br/site/2019/05/assim-caminha-a-humanidade/';
- $block3link1 = 'http://despertaipovos.com.br/site/2019/04/a-celebracoes-de-pascoa-em-relacao-ao-judaismo/';
- $block3link2 = 'http://despertaipovos.com.br/site/2019/02/crente-pentecostal-cuidado/';
- $block3link3 = 'http://despertaipovos.com.br';
- $block3titulo0 = 'Despertamento e Evangelho';
- $block3titulo1 = 'Mundo Gospel';
- $block3titulo2 = 'Defesa da Fé';
- $block3titulo3 = 'Despertai';
- $block3img0 = 'http://despertaipovos.com.br/site/wp-content/uploads/2017/12/cropped-logo-499x499.png';
- $block3img1 = 'http://despertaipovos.com.br/site/wp-content/uploads/2017/12/cropped-logo-499x499.png';
- $block3img2 = 'http://despertaipovos.com.br/site/wp-content/uploads/2017/12/cropped-logo-499x499.png';
- $block3img3 = 'http://despertaipovos.com.br/site/wp-content/uploads/2017/12/cropped-logo-499x499.png';
- // Carlos Oliveira
- $block3links[0] = "
- <a style='display: block; text-decoration: none; margin-top: 7px; margin-bottom: 8px' href = '". $block3link0 ."' target='_blank'>
- <img style='clear: both; float: left; margin-right: 6px; height: 61px; min-width: 61px' src='". $block3img0 ."' alt='Despertai, Despertamento, Defesa da fé, Mundo Gospel'>
- <div>
- <div style=''>
- <span style='font-size: 13px;'><small>Leia também::</small></span>
- </div>
- <div style=''>
- <span style='font-size: 18px; margin-top: 1px'>". $block3titulo0 ."</span>
- </div>
- </div>
- </a>";
- $block3links[1] = "
- <a style='display: block; text-decoration: none; margin-top: 7px; margin-bottom: 8px' href = '". $block3link1 ."' target='_blank'>
- <img style='clear: both; float: left; margin-right: 6px; height: 61px; min-width: 61px' src='". $block3img1 ."' alt='Despertai, Despertamento, Defesa da fé, Mundo Gospel'>
- <div>
- <div style=''>
- <span style='font-size: 13px;'><small>Leia também::</small></span>
- </div>
- <div style=''>
- <span style='font-size: 18px; margin-top: 1px'>". $block3titulo1 . "</span>
- </div>
- </div>
- </a>";
- // Renato Marques
- $block3links[2] = "
- <a style='display: block; text-decoration: none; margin-top: 7px; margin-bottom: 8px' href = '". $block3link2 ."' target='_blank'>
- <img style='clear: both; float: left; margin-right: 6px; height: 61px; min-width: 61px' src='". $block3img2 ."' alt='Despertai, Despertamento, Defesa da fé, Mundo Gospel'>
- <div>
- <div style=''>
- <span style='font-size: 13px;'><small>Leia também:</small></span>
- </div>
- <div style=''>
- <span style='font-size: 18px; margin-top: 1px'>". $block3titulo2 . "</span>
- </div>
- </div>
- </a>";
- $block3links[3] = "
- <a style='display: block; text-decoration: none; margin-top: 7px; margin-bottom: 8px' href = '". $block3link3 ."' target='_blank'>
- <img style='clear: both; float: left; margin-right: 6px; height: 61px; min-width: 61px' src='". $block3img3 ."' alt='Despertai, Despertamento, Defesa da fé, Mundo Gospel'>
- <div>
- <div style=''>
- <span style='font-size: 13px;'><small>Leia também::</small></span>
- </div>
- <div style=''>
- <span style='font-size: 18px; margin-top: 1px'>". $block3titulo3 . "</span>
- </div>
- </div>
- </a>";
- $block3index = mt_rand(0,count($block3links)-1);
- // echo $block3index;
- ?>
- <div id="marketing-block3images" style="min-height: 93px">
- <hr style='margin-bottom: 14px; margin-top: 14px'>
- <?php echo $block3links[$block3index] ?>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement