Changeset 4968 for extensions/PWG_Stuffs


Ignore:
Timestamp:
Feb 26, 2010, 9:54:13 PM (14 years ago)
Author:
patdenice
Message:

Bug corrected with $confquestion_mark_in_urls = false.
Add Featured Photos module.

Location:
extensions/PWG_Stuffs
Files:
6 added
7 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/include/stuffs.inc.php

    r3609 r4968  
    3737}
    3838
    39 $template->block_html_head('', '<link rel="stylesheet" type="text/css" href="'.$stuffs->get_template($css_file).'">', $smarty, $repeat);
     39$template->block_html_head('', '<link rel="stylesheet" type="text/css" href="'.get_root_url().ltrim($stuffs->get_template($css_file), '/\\.').'">', $smarty, $repeat);
    4040
    4141?>
  • extensions/PWG_Stuffs/language/de_DE/plugin.lang.php

    r4839 r4968  
    154154$lang['module_Citation_code'] = 'Dazugehöriger Code';
    155155
     156//------------------------------------------------------------------------------
     157//                                                      Module Featured Photos
     158//------------------------------------------------------------------------------
     159
     160/*TODO*/$lang['module_name_FeaturedPhotos'] = 'Featured Photos';
     161/*TODO*/$lang['module_desc_FeaturedPhotos'] = 'Display favorites photos of the webmaster';
     162
    156163?>
  • extensions/PWG_Stuffs/language/en_UK/plugin.lang.php

    r3694 r4968  
    154154$lang['module_Citation_code'] = 'Related code';
    155155
     156//------------------------------------------------------------------------------
     157//                                                      Module Featured Photos
     158//------------------------------------------------------------------------------
     159
     160$lang['module_name_FeaturedPhotos'] = 'Featured Photos';
     161$lang['module_desc_FeaturedPhotos'] = 'Display favorites photos of the webmaster';
     162
    156163?>
  • extensions/PWG_Stuffs/language/es_ES/plugin.lang.php

    r4821 r4968  
    153153$lang['module_Citation_code'] = 'Código asociado';
    154154
     155//------------------------------------------------------------------------------
     156//                                                      Module Featured Photos
     157//------------------------------------------------------------------------------
     158
     159/*TODO*/$lang['module_name_FeaturedPhotos'] = 'Featured Photos';
     160/*TODO*/$lang['module_desc_FeaturedPhotos'] = 'Display favorites photos of the webmaster';
     161
    155162?>
  • extensions/PWG_Stuffs/language/fr_FR/plugin.lang.php

    r3694 r4968  
    154154$lang['module_Citation_code'] = 'Code associé';
    155155
     156//------------------------------------------------------------------------------
     157//                                                      Module Featured Photos
     158//------------------------------------------------------------------------------
     159
     160$lang['module_name_FeaturedPhotos'] = 'Images du jour';
     161$lang['module_desc_FeaturedPhotos'] = 'Affiche les images favorites du webmaster';
     162
    156163?>
  • extensions/PWG_Stuffs/language/it_IT/plugin.lang.php

    r3774 r4968  
    154154$lang['module_Citation_code'] = 'Codice associato';
    155155
     156//------------------------------------------------------------------------------
     157//                                                      Module Featured Photos
     158//------------------------------------------------------------------------------
     159
     160/*TODO*/$lang['module_name_FeaturedPhotos'] = 'Featured Photos';
     161/*TODO*/$lang['module_desc_FeaturedPhotos'] = 'Display favorites photos of the webmaster';
     162
    156163?>
  • extensions/PWG_Stuffs/language/ru_RU/plugin.lang.php

    r3696 r4968  
    160160/* TODO */$lang['module_Citation_code'] = 'Related code';
    161161
     162//------------------------------------------------------------------------------
     163//                                                      Module Featured Photos
     164//------------------------------------------------------------------------------
     165
     166/*TODO*/$lang['module_name_FeaturedPhotos'] = 'Featured Photos';
     167/*TODO*/$lang['module_desc_FeaturedPhotos'] = 'Display favorites photos of the webmaster';
     168
    162169?>
Note: See TracChangeset for help on using the changeset viewer.