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

« back to all changes in this revision

Viewing changes to archive.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:
15
15
 
16
16
get_header(); ?>
17
17
 
18
 
<?php global $advertica_shortname; ?>
19
18
<div class="main-wrapper-item">
20
19
        <div class="bread-title-holder">
21
20
                <div class="bread-title-bg-image full-bg-breadimage-fixed"></div>
35
34
                                                endif;
36
35
                                                ?>
37
36
                                        </h1>
38
 
                                        <?php  if(sketch_get_option($advertica_shortname."_hide_bread") == 'true') {
39
 
                                                if ((class_exists('advertica_breadcrumb_class'))) {$advertica_breadcumb->custom_breadcrumb();}
 
37
                                        <?php  if( get_theme_mod('breadcrumb_sec', 'on') == 'on' ) {
 
38
                                                if ((class_exists('advertica_lite_breadcrumb_class'))) {$advertica_breadcumb->advertica_lite_custom_breadcrumb();}
40
39
                                        }
41
40
                                        ?>
42
41
                                </div>