コード例 #1
0
ファイル: title.php プロジェクト: ThemeMakers/tmm_shortcodes
	</div>
	
	<div class="one-half">
		
		<?php 
TMM_Ext_Shortcodes::draw_shortcode_option(array('type' => 'checkbox', 'title' => __('Use Website General Color', 'tmm_shortcodes'), 'shortcode_field' => 'use_general_color', 'id' => 'use_general_color', 'is_checked' => TMM_Ext_Shortcodes::set_default_value('use_general_color', 0), 'description' => ''));
TMM_Ext_Shortcodes::draw_shortcode_option(array('type' => 'checkbox', 'title' => __('Use Border', 'tmm_shortcodes'), 'shortcode_field' => 'use_border', 'id' => 'use_border', 'is_checked' => TMM_Ext_Shortcodes::set_default_value('use_border', 0), 'description' => 'Add short border bottom'));
?>
		
		
	</div>
	
	<div class="one-half">
		
		<?php 
TMM_Ext_Shortcodes::draw_shortcode_option(array('type' => 'select', 'title' => __('Animation', 'tmm_shortcodes'), 'shortcode_field' => 'animation', 'id' => '', 'options' => TMM_Ext_Shortcodes::css_animation_array(), 'default_value' => TMM_Ext_Shortcodes::set_default_value('animation', ''), 'description' => 'Waypoints is a jQuery plugin that makes it easy to execute a function whenever you scroll to an element.'));
?>
	 
		
	</div>

</div>


<!-- --------------------------  PROCESSOR  --------------------------- -->


<script type="text/javascript">
	
	var shortcode_name = "<?php 
echo basename(__FILE__, '.php');