~canonical-sysadmins/wordpress/wp-theme-advertica-lite

« back to all changes in this revision

Viewing changes to front-page.php

  • Committer: Haw Loeung
  • Date: 2016-04-27 04:54:55 UTC
  • Revision ID: haw.loeung@canonical.com-20160427045455-i03q2wjxcl2u2yo0
[trivial] Updated to 1.0.8 (bzr import advertica-lite.1.0.8.zip).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php global $advertica_shortname; ?>
2
1
<?php
3
 
if ( 'page' == get_option( 'show_on_front' ) ) {
4
 
        global $shortname; 
5
 
?>
6
 
<?php get_header(); ?>
7
 
 
8
 
<?php include("template-front-page.php"); ?>
9
 
 
10
 
<?php get_footer(); ?>
11
 
<?php 
12
 
 } else {
13
 
        include( get_home_template() );
14
 
}
15
 
 ?>
 
 
b'\\ No newline at end of file'
 
2
 
 
3
get_header();
 
4
 
 
5
include("template-front-page.php");
 
6
 
 
7
get_footer();
 
8
 
 
9
?>
 
 
b'\\ No newline at end of file'