Changeset 3479:ef52bedb5f53
- Timestamp:
- 12/28/16 17:15:37 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/class.dc.template.php
r3461 r3479 2930 2930 2931 2931 if (isset($attr['blog_lang'])) { 2932 $if[] = "\$core->blog->settings->system->lang == '".addslashes($attr['blog_lang'])."'"; 2932 $sign = (boolean) $attr['blog_lang'] ? '!' : '='; 2933 $if[] = "\$core->blog->settings->system->lang ".$sign."= '".addslashes($attr['blog_lang'])."'"; 2933 2934 } 2934 2935
Note: See TracChangeset
for help on using the changeset viewer.