* @copyright (C) 2015-2020, Giuseppe Di Terlizzi */ class syntax_plugin_bootswrapper_lead extends syntax_plugin_bootswrapper_bootstrap { public $p_type = 'block'; public $pattern_start = ''; public $pattern_end = ''; public $template_start = '
'; public $template_end = '
'; public $tag_name = 'lead'; }