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/save_dialog.html.php

11 lines
409 B
PHP

<?php defined("SYSPATH") or die("No direct script access.")
?><div id="g-Save">Please enter the following details. <?
if (favourites_configuration::isEmailAdmin()){
?>An e-mail will be sent to both you and <?=favourites_configuration::getOwner()?> with a link to this list.<?
}
else{
?>An e-mail will be sent to you with a link to this list.<?
}
?><div id="favourites-save-form"><?= $form ?></div></div>