Advertisement
cyberdev

Untitled

Jul 28th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <?php
  2. /**
  3. * The Template for displaying ad inside collection (grid).
  4. *
  5. * @package Bimber_Theme 4.10
  6. * @license For the full license information, please view the Licensing folder
  7. * that was distributed with this source code.
  8. */
  9.  
  10. // Prevent direct script access.
  11. if ( ! defined( 'ABSPATH' ) ) {
  12. die( 'No direct script access allowed' );
  13. }
  14. ?>
  15. <li class="g1-collection-item g1-collection-item-1of3">
  16.  
  17. <div class="g1-advertisement g1-advertisement-inside-grid">
  18. <div class="g1-advertisement-inner">
  19.  
  20. <?php echo do_shortcode('[adinserter block="6"]'); ?>
  21.  
  22. </div>
  23. </div>
  24.  
  25. </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement