This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
box.hidden { | |
visibility: hidden; | |
} | |
box.hidden { | |
display: none; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ($_SERVER['HTTP_HOST'] == "computer-for-dummies.ch" OR $_SERVER['HTTP_HOST'] == "www.computer-for-dummies.ch") | |
{ | |
?> | |
<meta http-equiv="refresh" content="0; URL=https://computer-for-dummies.info<?php echo $_SERVER['REQUEST_URI']?>"> | |
<?php | |
} | |
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copyright 2000 - <?php echo date("Y", time() );?> by René A. Da Rin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_shortcode( 'pluginshortcode', '__return_false' ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Silence is golden. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ( is_active_sidebar( 'neues_widget' ) ) : ?> | |
<?php dynamic_sidebar( 'neues_widget' ); ?> | |
<?php endif; ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function deinthemename_widgets_init() { | |
register_sidebar(array( | |
'name' => 'Widget Name', | |
'id' => 'neues_widget', | |
'description' => 'Eine zusätzliche Widget Area', | |
'before_widget' => '<div class=”juhu_ein_widget”>', | |
'after_widget' => '</div>', | |
'before_title' => '<h2>', | |
'after_title' => '</h2>', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wenn [ Code(Get(TriggerKeystroke)) = 13 ] | |
--- | |
hier Scriptfunktionen einfügen... | |
--- | |
Ende (wenn) |
NewerOlder