cavera
Постоялец
- Регистрация
- 10 Фев 2016
- Сообщения
- 166
- Реакции
- 168
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Вообще то автор просит 30$ за скрытие копирайта!Серьёзно?
Так сложно удалить пару строчек?Вообще то автор просит 30$ за скрытие копирайта!
Оставь дивку с айдишкой на месте если лениво копать js и радуйся жизни.удалял! Выскакивает строка красная "" вернуть все назад
if ( ( $pagenow == "themes.php" ) && current_user_can('administrator') && isset( $_GET['activated'] ) && ( $_GET['activated']=='true' ) ) {
if (!include_once( get_template_directory() . '/inc/activation.php' )) {
$stylesheet = get_option( 'theme_switched' );
switch_theme( $stylesheet, $stylesheet );
if ( file_exists( get_template_directory() . '/inc/activation.php' ) ) {
$error_message[]="PHP hasn't access to file /inc/activation.php. Check the file permissions and try again please.";
} else {
$error_message[]="File /inc/activation.php doesn't exists. Try to upload the theme again.";
}
$message="<h2>The theme wasn't activated by following reasons:</h2><ul><li>".implode("</li><li>",$error_message)."</li></ul>"."Your theme was switched back to ".$stylesheet.".";
wp_die($message,'',array('back_link'=>"/wp-admin/themes.php"));
}
}