Changeset 29056


Ignore:
Timestamp:
Jul 19, 2014, 10:45:39 AM (10 years ago)
Author:
jdd
Message:

Chage plugin name in main.inc (to allow beta and stable together)

File:
1 edited

Legend:

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

    r21383 r29056  
    1 <?php /*
    2 Plugin Name: Charlies content
    3 Version: 2.1.b
     1<?php
     2
     3/*
     4Plugin Name: Charlie's content 3-beta
     5Version: 3 beta
    46Description: Charlies content is a global solution for none picture files.
    57Plugin URI: http://piwigo.org/ext/extension_view.php?eid=119
    6 Author: VDigital, rvelices (Piwigo team)
     8Author: VDigital, rvelices (Piwigo team), jdd
    79Author URI: http://piwigo.org/
    8 */
    9 /* Synopsis
     10
     11Synopsis
    10121 - Based on file extension...
    11132 - A template is used in state of the default content
     
    1517http://flv-player.net/players/maxi/documentation/
    1618
    17 /**
     19
    1820 * All media file have to be broadcasted via an embedded player
    1921 * so link its extention to a player name as to be define
    2022 * the same player can be used for several extentions
     23 
    2124 */
     25 
     26 
    2227  global $conf, $charlie;
    2328
     
    2530define('CHARLIES_DIR' , basename(dirname(__FILE__)));
    2631define('CHARLIES_PATH' , PHPWG_PLUGINS_PATH . CHARLIES_DIR . '/');
    27 define('CHARLIES_VER' , '2.1.b');
     32define('CHARLIES_VER' , '3-beta');
    2833$x = @file_get_contents( $conf['local_data_dir'].'/plugins/'.basename(dirname(__FILE__)).'.dat');
    2934if ($x!==false) $charlie = unserialize($x);
     
    5863                        'margin'                                => 8,
    5964                        'skin'                                  => '', /* './plugins/charlies_content/skin.jpg', */
    60                         'title'                                 => '/n/n/nCharlies\' content ',
     65                        'title'                                 => '/n/n/nCharlies\'s content ',
    6166                        'titlesize'                     => 26,
    6267                        'start_image'                   => './plugins/charlies_content/city-lights.jpg',
     
    122127   * like for Flash => ./plugings/charlies_content/flash_content.tpl
    123128   *
    124    * Player name is in lower-case followed by _content.tpl
     129   * Player name is in lower-case followed by _content.tpl (non)
    125130   */
    126131
Note: See TracChangeset for help on using the changeset viewer.