Skip to content

Instantly share code, notes, and snippets.

@kikmedia
Created July 1, 2013 16:25
Show Gist options
  • Save kikmedia/5902327 to your computer and use it in GitHub Desktop.
Save kikmedia/5902327 to your computer and use it in GitHub Desktop.
// show content in specific archives // Contao CMS
// show content in specific archives
<?php if ($this->archive == 'my_archive') { ?>
<img class="my_class" src="{{env::path}}tl_files/sys/assets/img/my_image.jpg" alt="" width="100" height="100" />
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment