aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/intro.tpl4
-rw-r--r--template/yoga/footer.tpl4
-rw-r--r--template/yoga/header.tpl2
-rw-r--r--template/yoga/install.tpl4
-rw-r--r--template/yoga/mail/text/html/footer.tpl6
-rw-r--r--template/yoga/mail/text/html/header.tpl2
-rw-r--r--template/yoga/mail/text/plain/footer.tpl2
-rw-r--r--template/yoga/upgrade.tpl6
8 files changed, 15 insertions, 15 deletions
diff --git a/template/yoga/admin/intro.tpl b/template/yoga/admin/intro.tpl
index fbfcb8fb0..069940ecf 100644
--- a/template/yoga/admin/intro.tpl
+++ b/template/yoga/admin/intro.tpl
@@ -1,10 +1,10 @@
{* $Id$ *}
<h2>{'title_default'|@translate}</h2>
<dl>
- <dt>{'PhpWebGallery version'|@translate}</dt>
+ <dt>{'Piwigo version'|@translate}</dt>
<dd>
<ul>
- <li>PhpWebGallery {$PWG_VERSION}</li>
+ <li>Piwigo {$PWG_VERSION}</li>
<li><a href="{$U_CHECK_UPGRADE}">{'Check for upgrade'|@translate}</a></li>
</ul>
</dd>
diff --git a/template/yoga/footer.tpl b/template/yoga/footer.tpl
index c66383134..fff70e1f1 100644
--- a/template/yoga/footer.tpl
+++ b/template/yoga/footer.tpl
@@ -6,12 +6,12 @@
{/if}
{* Please, do not remove this copyright. If you really want to,
- contact us on http://phpwebgallery.net to find a solution on how
+ contact us on http://piwigo.org to find a solution on how
to show the origin of the script...
*}
{'powered_by'|@translate}
- <a href="http://www.phpwebgallery.net" class="PWG">
+ <a href="http://piwigo.org" class="PWG">
<span class="P">Php</span><span class="W">Web</span><span class="G">Gallery</span></a>
{$VERSION}
{if isset($CONTACT_MAIL)}
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl
index ba04846ec..d0bec5e61 100644
--- a/template/yoga/header.tpl
+++ b/template/yoga/header.tpl
@@ -4,7 +4,7 @@
<html lang="{$LANG}" dir="{$DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
-<meta name="generator" content="PhpWebGallery (aka PWG), see www.phpwebgallery.net">
+<meta name="generator" content="Piwigo (aka PWG), see piwigo.org">
<title>{$GALLERY_TITLE} :: {$PAGE_TITLE}</title>
<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}template-common/favicon.ico">
diff --git a/template/yoga/install.tpl b/template/yoga/install.tpl
index 691da9784..9f73c6320 100644
--- a/template/yoga/install.tpl
+++ b/template/yoga/install.tpl
@@ -6,7 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset={$T_CONTENT_ENCODING}">
<meta http-equiv="Content-script-type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
-<title>PhpWebGallery {$RELEASE}</title>
+<title>Piwigo {$RELEASE}</title>
{literal}
<style type="text/css">
@@ -113,7 +113,7 @@ td.row {
<table style="width:100%;height:100%">
<tr align="center" valign="middle">
<td>
- <div class="title">PhpWebGallery {$RELEASE}</div>
+ <div class="title">Piwigo {$RELEASE}</div>
<table class="table1">
{if isset($errors)}
<tr>
diff --git a/template/yoga/mail/text/html/footer.tpl b/template/yoga/mail/text/html/footer.tpl
index 0b627bc00..e09201a4f 100644
--- a/template/yoga/mail/text/html/footer.tpl
+++ b/template/yoga/mail/text/html/footer.tpl
@@ -3,12 +3,12 @@
<div id="copyright">
<hr/>
{* Please, do not remove this copyright. If you really want to,
- contact us on http://phpwebgallery.net to find a solution on how
+ contact us on http://piwigo.org to find a solution on how
to show the origin of the script...*}
{'powered_by'|@translate}
- <a href="http://www.phpwebgallery.net" class="PWG">
- <span class="P">Php</span><span class="W">Web</span><span class="G">Gallery</span></a>
+ <a href="http://piwigo.org" class="PWG">
+ <span class="P">Pi</span><span class="W">wi</span><span class="G">go</span></a>
{$VERSION}
- {'send_mail'|@translate}
<a href="mailto:{$MAIL}?subject={$TITLE_MAIL}">{'Webmaster'|@translate}</a>
diff --git a/template/yoga/mail/text/html/header.tpl b/template/yoga/mail/text/html/header.tpl
index 598e25c62..1cc1715b2 100644
--- a/template/yoga/mail/text/html/header.tpl
+++ b/template/yoga/mail/text/html/header.tpl
@@ -6,7 +6,7 @@ Content-Transfer-Encoding: 8bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="{$LANG}" dir="{$DIR}">
<head>
-<title>PhpWebGallery Mail</title>
+<title>Piwigo Mail</title>
<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
<style><!-- /* Mini style for mails */
{if isset($GLOBAL_MAIL_CSS)}{$GLOBAL_MAIL_CSS}{/if}
diff --git a/template/yoga/mail/text/plain/footer.tpl b/template/yoga/mail/text/plain/footer.tpl
index cb740c96a..86ac31e3e 100644
--- a/template/yoga/mail/text/plain/footer.tpl
+++ b/template/yoga/mail/text/plain/footer.tpl
@@ -1,4 +1,4 @@
{* $Id$ *}
------------------------
-PhpWebGallery {$VERSION}
+Piwigo {$VERSION}
diff --git a/template/yoga/upgrade.tpl b/template/yoga/upgrade.tpl
index 42e14a772..2af91c70e 100644
--- a/template/yoga/upgrade.tpl
+++ b/template/yoga/upgrade.tpl
@@ -4,15 +4,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>PhpWebGallery : Upgrade to {$RELEASE}</title>
+ <title>Piwigo : Upgrade to {$RELEASE}</title>
</head>
<body>
{if isset($introduction)}
- <h1>Welcome to PhpWebGallery upgrade page.</h1>
+ <h1>Welcome to Piwigo upgrade page.</h1>
<p>This page proposes to upgrade your database corresponding to your old
-version of PhpWebGallery to the current version. The upgrade assistant
+version of Piwigo to the current version. The upgrade assistant
thinks you are currently running a
<strong>release {$introduction.CURRENT_RELEASE}</strong> (or equivalent).</p>