11 lines
430 B
Smarty
11 lines
430 B
Smarty
{*
|
|
* $Revision: 15704 $
|
|
* If you want to customize this file, do not edit it directly since future upgrades
|
|
* may overwrite it. Instead, copy it into a new directory called "local" and edit that
|
|
* version. Gallery will look for that file first and use it if it exists.
|
|
*}
|
|
<div class="{$class}">
|
|
<h3> {g->text text="WebDAV URL"} </h3>
|
|
{include file="gallery:modules/webdav/templates/WebDavMount.tpl" isView=false}
|
|
</div>
|
|
|