[takeatour] Update lv_LV, thanks to : agrisans

git-svn-id: http://piwigo.org/svn/trunk@28253 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam
2014-04-22 16:01:24 +00:00
parent 1640a3c3bd
commit d82335d068
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Apmeklējiet Piwigo, lai novērtētu tā iespējas. Šis sprudnis nodrošina daudzpusīgu tematisku ieskatu gan iesācējiem, gan pieredzējušiem lietotājiem.
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>