This file is indexed.

/usr/share/horde/ansel/templates/tile/gallerymini.html.php is in php-horde-ansel 3.0.5+debian0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
<!-- Gallery Mini Tile -->
<div style="padding: 5px; background-color: <?php echo $this->background_color ?>;">
 <span style="width: 50%;"><?php echo $this->contentTag('a', $this->tag('img', array('src' => $this->gallery_image, 'alt' => '[image]')), array('href' => $this->view_link)) ?></span>
 <span style="width: 50%;"><?php echo $this->contentTag('a', $this->h($this->gallery->get('name')), array('href' => $this->view_link)) ?> (<?php echo $this->gallery_count ?>)</span>
</div>
<!-- End Gallery Mini Tile -->