1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/modules/favourites/views/view_favourites.html.php

10 lines
303 B
PHP

<?php defined("SYSPATH") or die("No direct script access.");
if ($theme->page_type != 'favourites'):
?><div id="f-view-link"<?
if (!$favourites->hasFavourites()):
?> style="display:none"<?
endif;?>><a href="<?= url::site("favourites") ?>" title="<?= t("View Favourites") ?>"></a></div><?
endif;