Changeset 5582 for extensions/sobre
- Timestamp:
- Apr 3, 2010, 12:56:23 PM (15 years ago)
- Location:
- extensions/sobre
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/sobre/language/en_UK/theme.lang.php
r5544 r5582 1 1 <?php 2 2 3 /* Admin */ 3 4 $lang['Display page banner on home page'] = 'Display page banner on home page'; 4 5 $lang['Display page banner on categories pages'] = 'Display page banner on categories pages'; … … 7 8 $lang['Theme by'] = 'Thème Black & White By <a href="http://www.julien-moreau.fr/" title="Gotcha">Gotcha</a>.'; 8 9 10 /* picture.tpl */ 11 $lang['Viewing_name'] = 'You viewing'; 12 $lang['comment'] = ''; 13 9 14 ?> -
extensions/sobre/language/fr_FR/theme.lang.php
r5544 r5582 1 1 <?php 2 3 /* Admin */ 2 4 $lang['Display page banner on home page'] = 'Afficher la bannière sur la page d\'accueil'; 3 5 $lang['Display page banner on categories pages'] = 'Afficher la bannière sur la page des catégories'; … … 6 8 $lang['Theme by'] = 'Thème Sobre par <a href="http://www.julien-moreau.fr/" title="Gotcha">Gotcha</a>.'; 7 9 10 /* picture.tpl */ 11 $lang['Viewing_name'] = 'Vous regardez'; 12 $lang['comment'] = ''; 8 13 ?> -
extensions/sobre/themeconf.inc.php
r5544 r5582 2 2 3 3 /* 4 Theme Name: Sobre 4 Theme Name: Sobre i é t 5 5 Version: 0.1a 6 6 Description: Black and white theme, based on Yoga/dark. … … 16 16 ); 17 17 18 load_language('theme.lang', PHPWG_THEMES_PATH.'sobre/'); 19 18 20 add_event_handler('loc_begin_page_header', 'set_sbre_header'); 19 20 21 function set_sbre_header() 21 22 { 22 23 global $page, $conf, $template; 23 24 24 $config = unserialize($conf['Sobre']); 25 26 25 if (isset($page['body_id']) and $page['body_id'] == 'theCategoryPage') 27 26 { … … 36 35 $header = $config['other']; 37 36 } 38 39 37 $template->assign('display_sbre_banner', $header); 40 38 }
Note: See TracChangeset
for help on using the changeset viewer.