Skip to content

Commit 3f9664c

Browse files
committedFeb 4, 2018
Initialize website
1 parent d0f921c commit 3f9664c

File tree

822 files changed

+140712
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

822 files changed

+140712
-0
lines changed
 

‎404.php

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php get_header('alternative');
2+
/*
3+
*Template Name: 404 Page Template
4+
*/
5+
global $themeum_options;
6+
?>
7+
<section class="error-page-inner">
8+
<div>
9+
<div class="container">
10+
<div class="row">
11+
<div class="error-msg">
12+
<h1 class="error-code"><?php esc_html_e( '404', 'eventum' ); ?></h1>
13+
<p class="error-message"><?php esc_html_e( 'Component not found.', 'eventum' ); ?></p>
14+
<a class="btn btn-success btn-lg" href="<?php echo esc_url( site_url() ); ?>" title="HOME"><?php esc_html_e( 'Go Back Home', 'eventum' ); ?></a>
15+
</div>
16+
</div>
17+
</div>
18+
</div>
19+
</section>
20+
21+
<?php get_footer('alternative'); ?>

‎Find Results

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Searching 8373 files for "Breaking news" (case sensitive)
2+
3+
/Volumes/wordpress/wpsoccer_v17/wp-content/themes/wpsoccer/lib/vc-addons/themeum-breaking-news.php:
4+
51 $output .= '<div class="container">';
5+
52 $output .= '<div class="row">';
6+
53: $output .= '<div class="breaking-news-title col-md-2 col-sm-3"><h2>'.esc_html__('Breaking news','themeum').'</h2></div>';
7+
54 $output .= '<div id="carousel-breaking-news" class="col-md-10 col-sm-9 carousel slide" data-ride="carousel">';
8+
55
9+
10+
1 match in 1 file

0 commit comments

Comments
 (0)