mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
13 lines
229 B
PHP
13 lines
229 B
PHP
<?php
|
|
/**
|
|
* The right sidebar template
|
|
*
|
|
*
|
|
* @package Customizr
|
|
* @since Customizr 3.1.0
|
|
*/
|
|
czr_fn_render_template(
|
|
'content/sidebars/right_sidebar',
|
|
array( 'model_class' => 'content/sidebars/sidebar' )
|
|
);
|