ConstruccionesCNJ_Web/Source/gallery2/modules/publishxp/templates/DownloadRegistryFile.tpl
2007-10-31 12:30:19 +00:00

18 lines
1.0 KiB
Smarty

{*
* $Revision: 16117 $
* 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.
*}
Windows Registry Editor Version 5.00
{if $DownloadRegistryFile.vistaVersion}
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\PublishingWizard\InternetPhotoPrinting\Providers\{$DownloadRegistryFile.domain}]
{else}
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\PublishingWizard\PublishingWizard\Providers\{$DownloadRegistryFile.domain}]
{/if}
"displayname"="{g->text text="%s at %s" arg1=$DownloadRegistryFile.title arg2=$DownloadRegistryFile.domain}"
"description"="{g->text text="Publish Your Photos and Movies to %s" arg1=$DownloadRegistryFile.title}"
"href"="{g->url arg1="view=publishxp.PublishXpLogin" forceFullUrl=1 htmlEntities=0}"
"icon"="{g->url href="favicon.ico" forceFullUrl=1 htmlEntities=0}"