Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

21 řádky
1.4 KiB

  1. <?php $GLOBALS['TL_BODY'][] = '<script src="files/theme/assets/js/imageMapResizer.min.js"></script>';
  2. $GLOBALS['TL_BODY'][] = "<script>
  3. $(document).ready(function() {
  4. $('map').imageMapResize();
  5. });
  6. </script>";
  7. ?>
  8. <div class="<?php echo $this->class ?> block" <?php echo $this->cssID ?>>
  9. <img src="files/uploads/home/lets_advance.png" usemap="#image-map">
  10. <map name="image-map">
  11. <area target="" alt="Innovations" title="Innovations" href="<?php echo $this->link_1 ?>" coords="160,473,50,402" shape="rect">
  12. <area target="" alt="Influencer Marketing" title="Influencer Marketing" href="<?php echo $this->link_2 ?>" coords="276,355,168,249" shape="rect">
  13. <area target="" alt="Creativity &amp;amp; Camaign" title="Creativity &amp;amp; Camaign" href="<?php echo $this->link_3 ?>" coords="401,339,509,483" shape="rect">
  14. <area target="" alt="Concept &amp;amp; Strategy" title="Concept &amp;amp; Strategy" href="<?php echo $this->link_4 ?>" coords="489,71,586,194" shape="rect">
  15. <area target="" alt="Research" title="Research" href="<?php echo $this->link_5 ?>" coords="773,179,889,276" shape="rect">
  16. <area target="" alt="Experiential Marketing" title="Experiential Marketing" href="<?php echo $this->link_6 ?>" coords="739,23,870,146" shape="rect">
  17. <area target="" alt="Content Creation" title="Content Creation" href="<?php echo $this->link_7 ?>" coords="904,2,984,100" shape="rect">
  18. </map>
  19. </div>