Changeset 32383


Ignore:
Timestamp:
Jan 17, 2021, 2:09:38 PM (3 years ago)
Author:
ddtddt
Message:

[AlwaysShowMetadata] piwigo 11

Location:
extensions/AlwaysShowMetadata
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/AlwaysShowMetadata/index.php

    r31799 r32383  
    11<?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
    29// Recursive call
    310$url = '../';
  • extensions/AlwaysShowMetadata/language/en_UK/index.php

    r31799 r32383  
    11<?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
    29// Recursive call
    310$url = '../';
  • extensions/AlwaysShowMetadata/language/fr_FR/index.php

    r31799 r32383  
    11<?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
    29// Recursive call
    310$url = '../';
  • extensions/AlwaysShowMetadata/language/index.php

    r31799 r32383  
    11<?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
    29// Recursive call
    310$url = '../';
  • extensions/AlwaysShowMetadata/main.inc.php

    r31799 r32383  
    22/*
    33Plugin Name: AlwaysShowMetadata
    4 Version: 1.0
     4Version: auto
    55Description: Always Show Metadata
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=856
     
    99*/
    1010// +-----------------------------------------------------------------------+
    11 // | AlwaysShowMetadata plugin for piwigo                                  |
     11// | AlwaysShowMetadata plugin for piwigo by TEMMII                        |
    1212// +-----------------------------------------------------------------------+
    13 // | Copyright(C) 2017 ddtddt             http://temmii.com/piwigo/ |
     13// | Copyright(C) 2017 - 2021 ddtddt             http://temmii.com/piwigo/ |
    1414// +-----------------------------------------------------------------------+
    1515// | This program is free software; you can redistribute it and/or modify  |
Note: See TracChangeset for help on using the changeset viewer.