This file contains hidden or 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 ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly | |
get_header( 'knowledgebase' ); | |
global $wpdb; | |
// load the style and script | |
wp_enqueue_style( 'kbe_theme_style' ); | |
if ( KBE_SEARCH_SETTING == 1 ) { | |
wp_enqueue_script( 'kbe_live_search' ); | |
} | |
// Classes For main content div |
This file contains hidden or 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
/* Customise Sela theme color */ | |
/* Nav background */ | |
.main-navigation { | |
background-color: #0b778a; | |
} | |
/* Nav rollovers */ | |
.main-navigation li a:hover { | |
color: #b0dbe2; |
This file contains hidden or 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 | |
# Logo | |
$logoFilename = 'placeholder.png'; | |
if (file_exists(ROOTDIR . '/assets/img/logo.png')) { | |
$logoFilename = 'logo.png'; | |
} elseif (file_exists(ROOTDIR . '/assets/img/logo.jpg')) { | |
$logoFilename = 'logo.jpg'; | |
} | |
$pdf->Image(ROOTDIR . '/assets/img/' . $logoFilename, 15, 25, 75); |
This file contains hidden or 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
url -svo /dev/null enigmaplugins.com | |
* Rebuilt URL to: enigmaplugins.com/ | |
* Hostname was NOT found in DNS cache | |
* Trying 162.159.248.223... | |
* Connected to enigmaplugins.com (127.0.0.1) port 80 (#0) | |
> GET / HTTP/1.1 | |
> User-Agent: curl/7.37.1 | |
> Host: enigmaplugins.com | |
> Accept: */* | |
> |