| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/cuisinesj/www/new/wp-content/themes/customizr/templates/parts/content/common/text/ |
| Current File : /home/cuisinesj/www/new/wp-content/themes/customizr/templates/parts/content/common/text/quote.php |
<?php
/**
* The template for displaying a blockquote
*
*
* @package Customizr
*/
?>
<blockquote class="blockquote entry-quote <?php czr_fn_echo( 'element_class' ) ?>" <?php czr_fn_echo( 'element_attributes' ) ?>>
<p>
<?php czr_fn_echo( 'quote_text' ); ?>
</p>
<?php if ( czr_fn_get_property( 'quote_source' ) ): ?>
<footer><cite><?php czr_fn_echo( 'quote_source' ) ?></cite></footer>
<?php
endif //czr_fn_get_property( 'quote_source' )
?>
</blockquote>