Changes in [3480:2227c4b4964a:3478:0d5cc1fa35b1]
- Location:
- inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/prepend.php
r3480 r3474 144 144 # Constants 145 145 define('DC_ROOT',path::real(dirname(__FILE__).'/..')); 146 define('DC_VERSION','2.1 2-dev');146 define('DC_VERSION','2.11.1'); 147 147 define('DC_DIGESTS',dirname(__FILE__).'/digests'); 148 148 define('DC_L10N_ROOT',dirname(__FILE__).'/../locales'); -
inc/public/class.dc.template.php
r3479 r3461 2930 2930 2931 2931 if (isset($attr['blog_lang'])) { 2932 $sign = (boolean) $attr['blog_lang'] ? '!' : '='; 2933 $if[] = "\$core->blog->settings->system->lang ".$sign."= '".addslashes($attr['blog_lang'])."'"; 2932 $if[] = "\$core->blog->settings->system->lang == '".addslashes($attr['blog_lang'])."'"; 2934 2933 } 2935 2934
Note: See TracChangeset
for help on using the changeset viewer.