Ignore:
Timestamp:
Jul 20, 2009, 7:35:50 PM (15 years ago)
Author:
tiico
Message:

Add index.php file into directory
Add CHANGELOG and clean header files
Add 'last comments' option for name and descriptions (%ID option)
Add maintain.inc.php for migration to 0.4.x (name and description translation)
Complete Chinese translation (thanks winson)

  • Correct the latests commit (3636 & 3637 were not complete)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/include/config_param.inc.php

    r3637 r3645  
    11<?php
     2/*
     3 * Plugin Name: CoolIris-Piclens
     4 * File :  config_param.inc.php 
     5 */
    26// Fichier contenant les parametres du plugin (pour le parser)
    37
    48$piclens_parse = array(
     9//              '%I0'   => isset($row['id']) ? get_thumbnail_title($row)  : '',
    510                '%I1'   => isset($row['id']) ? $row['id'] : ''  ,
    611                '%I2'   => isset($row['name']) ?
     
    5257                                                                                  : '',                                                         
    5358                '%IC'   => isset($row['file']) ? $row['file'] : ''  ,
     59                '%ID'   => isset($row['id']) ? get_comment($row['id'], $nb_comment) : ''  ,
    5460
    5561                '%G1'   => get_root_url(),
     
    8288        %IB : IMGHIGHFULL       Lien complet vers High
    8389        %IC : IMGFILE           nom_fichier
     90        %IC : Commentaires
    8491
    8592%Gx Generaux
Note: See TracChangeset for help on using the changeset viewer.