示例#1
0
 function convert_field_name($string)
 {
     $string = str_replace("_", " ", $string);
     if (function_exists('my_ucwords')) {
         return my_ucwords($string, 1);
     } else {
         return ucsmart($string);
     }
 }
示例#2
0
        </div>
    </div>
</div>

<!--Simple Text bar Area-->
<?php 
if ($titan->getOption('post_extra_quote')) {
    ?>
<div class="text-bar wow fadeIn">
    <h3>
        <img src="<?php 
    echo get_stylesheet_directory_uri();
    ?>
/resource/images/b2.png" alt=""/>
        <?php 
    echo ucsmart($titan->getOption('post_extra_quote'));
    ?>
        <img src="<?php 
    echo get_stylesheet_directory_uri();
    ?>
/resource/images/b3.png" alt=""/>
    </h3>
</div>
<?php 
}
?>
<!--/.text-bar-->

<!--products-->
<?php 
$text = get_post_meta(get_the_ID(), '_dg_products', true);
示例#3
0
           </div>
       </div>
       </a>
   </div>
</div>
<!-- Quote -->
<div class="container-fluid">
    <div class="row">
        <div class="col-md-12">
            <div class="text-bar wow fadeInDown">
                <h3><img src="<?php 
echo get_stylesheet_directory_uri();
?>
/resource/images/b2.png" alt=""/>
                    <?php 
echo ucsmart($titan->getOption('quote_text'));
?>
                    <img src="<?php 
echo get_stylesheet_directory_uri();
?>
/resource/images/b3.png" alt=""/></h3>
            </div>
        </div>
    </div>
</div>

<!-- Parallax -->
<div class="container-fluid">
    <div class="row">
        <div class="plax ccparallax ccparallax-one" style="background-image: url('<?php 
echo esc_url($imageSrcPar);
示例#4
0
文件: 404.php 项目: hsleonis/dgroup
<?php

/*
 404 page
 License: GPL v3
 Author: MD. Hasan Shahriar
*/
get_header();
?>
<!--Simple Text bar Area-->
<div class="text-bar">
    <h3>
        <img src="<?php 
echo get_stylesheet_directory_uri();
?>
/resource/images/b2.png" alt=""/>
        <?php 
echo ucsmart("Sorry, we do not found what you are looking for..");
?>
        <img src="<?php 
echo get_stylesheet_directory_uri();
?>
/resource/images/b3.png" alt=""/>
    </h3>
</div>
<!--/.text-bar-->
<?php 
get_footer();