'; echo '

'. __('APSense Brand Badge', 'brand_badge_apsense').'

'; echo '
'; $checked = 'checked="checked"'; ?>

Notice: URL of your brand page. http://www.apsense.com/brand/XXXXXX.
XXXXX is your brand tag. Enter the tag name only.

/> Ribbon Style


/> Corner Style


  Create a Brand Page for your website.
 

var brandtag = '$brand_tag';\n\n"; $code2 = "\n\n\n"; if ($brand_type == 2) $new_content = $code2; else $new_content = $code1; echo($new_content); } function apsense_brandbadge_plugin_action_links( $links, $file ) { static $this_plugin; if ( !$this_plugin ) { $this_plugin = plugin_basename( __FILE__ ); } // check to make sure we are on the correct plugin if ( $file == $this_plugin ) { $settings_link = '' . __('Settings', 'brand_badge_apsense') . ''; array_unshift( $links, $settings_link ); } return $links; } ?>