Example #1
0
<?php

global $brew_options;
if ($brew_options['breadcrumb'] == 1) {
    ?>
		<?php 
    if (function_exists('custom_breadcrumb')) {
        custom_breadcrumb();
    }
}
Example #2
0
/*
 * Search form
 * @hook: do_custom_search_form
 */
?>
    <?php 
echo do_shortcode('[custom_search_form]');
?>

</div>
<div class="defaultWidth center clear-auto bodycontent bodycontent-index ">
  <div class="contentbox">

      <div class="breadcrumbs" xmlns:v="http://rdf.data-vocabulary.org/#">
          <?php 
echo function_exists('custom_breadcrumb') ? custom_breadcrumb() : '';
?>
     </div><!-- .breadcrumb -->';

      <div class="curator-detail-wrap">

        <div class="row">
          <div class="col-xs-12 col-sm-12 col-md-4">
            <div class="pointer2"></div>
        <?php 
$profile = getCurrentProfile(array('user_id' => $user->ID));
?>
        
          <?php 
$current_user_id = get_current_user_id();
if ($current_user_id == $user->ID) {