diff options
author | rub <rub@piwigo.org> | 2008-05-15 18:43:33 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-05-15 18:43:33 +0000 |
commit | 3cffa07182c016d29d82666e03a1423fb6160bd8 (patch) | |
tree | 48a2a784a9d353eccc86cf1c8d6664ac436ab329 /template/yoga/install.tpl | |
parent | 06b5fdf856aec997a4f8f3a148875d06ff86f66a (diff) |
Change some PhpWebGallery to Piwigo. (2/2)
All phpwebgallery.net are not changed!
git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/install.tpl')
-rw-r--r-- | template/yoga/install.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
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> |