Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1.0 Открыть файл engine/modules/profile.php
- найти
- $root_category = array();
- добавить ниже
- $not_allow_list = explode( ',', '4,5' ); // ID категории исключенных из списка
- далее найти
- foreach ( $root_category as $id ) {
- добавить ниже
- if( in_array( $id, $not_allow_list ) ) continue;
Advertisement
Add Comment
Please, Sign In to add comment