Changeset 1185853
- Timestamp:
- 06/23/2015 12:28:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
the-welcomizer/trunk/includes/twiz.output.class.php
r1179920 r1185853 964 964 $category_id = 'c_'.get_query_var('cat'); 965 965 966 if( $this->override_network_settings == '1' ){ 967 968 $category_id = $category_id .'_'.$this->BLOG_ID; 969 } 970 966 971 if($this->hardsections[$this->DEFAULT_SECTION_ALL_CATEGORIES][parent::F_STATUS] == parent::STATUS_ACTIVE){ 967 972 … … 1013 1018 1014 1019 $page_id = 'p_'.$post->ID; 1020 1021 if( $this->override_network_settings == '1' ){ 1022 1023 $page_id = $page_id .'_'.$this->BLOG_ID; 1024 } 1015 1025 1016 1026 if($this->hardsections[$this->DEFAULT_SECTION_ALL_PAGES][parent::F_STATUS] == parent::STATUS_ACTIVE){ … … 1064 1074 1065 1075 $post_id = 'a_'.$post->ID; 1076 1077 if( $this->override_network_settings == '1' ){ 1078 1079 $post_id = $post_id .'_'.$this->BLOG_ID; 1080 } 1066 1081 1067 1082 if($this->hardsections[$this->DEFAULT_SECTION_ALL_ARTICLES][parent::F_STATUS] == parent::STATUS_ACTIVE){
Note: See TracChangeset
for help on using the changeset viewer.