Changeset 32383 for extensions
- Timestamp:
- Jan 17, 2021, 2:09:38 PM (4 years ago)
- Location:
- extensions/AlwaysShowMetadata
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/AlwaysShowMetadata/index.php
r31799 r32383 1 1 <?php 2 // +-----------------------------------------------------------------------+ 3 // | This file is part of Piwigo. | 4 // | | 5 // | For copyright and license information, please view the COPYING.txt | 6 // | file that was distributed with this source code. | 7 // +-----------------------------------------------------------------------+ 8 2 9 // Recursive call 3 10 $url = '../'; -
extensions/AlwaysShowMetadata/language/en_UK/index.php
r31799 r32383 1 1 <?php 2 // +-----------------------------------------------------------------------+ 3 // | This file is part of Piwigo. | 4 // | | 5 // | For copyright and license information, please view the COPYING.txt | 6 // | file that was distributed with this source code. | 7 // +-----------------------------------------------------------------------+ 8 2 9 // Recursive call 3 10 $url = '../'; -
extensions/AlwaysShowMetadata/language/fr_FR/index.php
r31799 r32383 1 1 <?php 2 // +-----------------------------------------------------------------------+ 3 // | This file is part of Piwigo. | 4 // | | 5 // | For copyright and license information, please view the COPYING.txt | 6 // | file that was distributed with this source code. | 7 // +-----------------------------------------------------------------------+ 8 2 9 // Recursive call 3 10 $url = '../'; -
extensions/AlwaysShowMetadata/language/index.php
r31799 r32383 1 1 <?php 2 // +-----------------------------------------------------------------------+ 3 // | This file is part of Piwigo. | 4 // | | 5 // | For copyright and license information, please view the COPYING.txt | 6 // | file that was distributed with this source code. | 7 // +-----------------------------------------------------------------------+ 8 2 9 // Recursive call 3 10 $url = '../'; -
extensions/AlwaysShowMetadata/main.inc.php
r31799 r32383 2 2 /* 3 3 Plugin Name: AlwaysShowMetadata 4 Version: 1.04 Version: auto 5 5 Description: Always Show Metadata 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=856 … … 9 9 */ 10 10 // +-----------------------------------------------------------------------+ 11 // | AlwaysShowMetadata plugin for piwigo 11 // | AlwaysShowMetadata plugin for piwigo by TEMMII | 12 12 // +-----------------------------------------------------------------------+ 13 // | Copyright(C) 2017 ddtddt http://temmii.com/piwigo/ |13 // | Copyright(C) 2017 - 2021 ddtddt http://temmii.com/piwigo/ | 14 14 // +-----------------------------------------------------------------------+ 15 15 // | This program is free software; you can redistribute it and/or modify |
Note: See TracChangeset
for help on using the changeset viewer.