nextcloud/apps/workflowengine/templates/settings.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
279 B
PHP
Raw Normal View History

2016-07-26 08:31:16 -04:00
<?php
/**
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
2016-07-26 08:31:16 -04:00
*/
use OCA\WorkflowEngine\AppInfo\Application;
2016-07-26 08:31:16 -04:00
/** @var array $_ */
2016-07-27 04:02:53 -04:00
/** @var \OCP\IL10N $l */
2016-07-26 08:31:16 -04:00
?>
<div id="<?php p(Application::APP_ID); ?>"></div>