Ignore:
Timestamp:
Mar 8, 2016, 12:31:46 PM (8 years ago)
Author:
ddtddt
Message:

[extensions] - manage_properties_photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/manage_properties_photos/main.inc.php

    r31406 r31409  
    11<?php
     2/*
     3Plugin Name: Manage Properties Photos
     4Version: auto
     5Description: Add properties on photo page and organize this
     6Plugin URI: http://piwigo.org/ext/extension_view.php?eid=783
     7Author: ddtddt
     8Author URI: http://temmii.com/piwigo/
     9*/
     10
    211// +-----------------------------------------------------------------------+
    312// | Manage Properties Photos plugin for Piwigo                            |
    413// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2014-2016 ddtddt                      http://temmii.com |
     14// | Copyright(C) 2014-2016 ddtddt               http://temmii.com/piwigo/ |
    615// +-----------------------------------------------------------------------+
    716// | This program is free software; you can redistribute it and/or modify  |
     
    1928// | USA.                                                                  |
    2029// +-----------------------------------------------------------------------+
    21 /*
    22 Plugin Name: Manage Properties Photos
    23 Version: auto
    24 Description: Add properties on photo page and organize this
    25 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=783
    26 Author: ddtddt
    27 Author URI: http://temmii.com/
    28 */
     30
    2931
    3032if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
Note: See TracChangeset for help on using the changeset viewer.