Changeset 3694 for extensions/PWG_Stuffs


Ignore:
Timestamp:
Jul 28, 2009, 3:37:33 PM (15 years ago)
Author:
Criss
Message:

Add 'Citation' block (thanks to rub, got from 'Fun Citation').

Only available in french language now, but admin can set code for other languages.

Location:
extensions/PWG_Stuffs
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/language/en_UK/plugin.lang.php

    r3609 r3694  
    145145$lang['module_desc_Random'] = 'Display x random pictures in the gallery or a category';
    146146
     147//------------------------------------------------------------------------------
     148//                                                      Module Citation
     149//------------------------------------------------------------------------------
     150
     151$lang['module_name_Citation'] = 'Random quote';
     152$lang['module_desc_Citation'] = 'Display a random quote';
     153$lang['module_Citation_lang'] = 'Language';
     154$lang['module_Citation_code'] = 'Related code';
     155
    147156?>
  • extensions/PWG_Stuffs/language/fr_FR/plugin.lang.php

    r3609 r3694  
    145145$lang['module_desc_Random'] = 'Affiche x images au hasard dans la galerie ou la catégorie';
    146146
     147//------------------------------------------------------------------------------
     148//                                                      Module Citation
     149//------------------------------------------------------------------------------
     150
     151$lang['module_name_Citation'] = 'Citation aléatoire du moment';
     152$lang['module_desc_Citation'] = 'Affiche une citation en français prise au hasard';
     153$lang['module_Citation_lang'] = 'Langue';
     154$lang['module_Citation_code'] = 'Code associé';
     155
    147156?>
  • extensions/PWG_Stuffs/template/index.css

    r3609 r3694  
    3535}
    3636
     37.quote_block {
     38  padding: 15px;
     39  text-align: center;
     40}
     41
    3742.one_comment {
    3843  width: 99% !important;
Note: See TracChangeset for help on using the changeset viewer.