Skip to content

Instantly share code, notes, and snippets.

@andreasisaak
Created May 10, 2010 19:37
Show Gist options
  • Save andreasisaak/396427 to your computer and use it in GitHub Desktop.
Save andreasisaak/396427 to your computer and use it in GitHub Desktop.
Anzeige einer Grafik in bestimmten TL Archiven
// Anzeige einer Grafik in bestimmten TL Archiven
<?php if ($this->archive == 'Name des Archivs') { ?>
<img class="secure" src="{{env::path}}tl_files/standard/layout/images/secure-news.png" alt="" width="155" height="75" />
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment