Changeset 857973
- Timestamp:
- 02/14/2014 04:02:41 PM (12 years ago)
- Location:
- siteapps/trunk
- Files:
-
- 3 edited
-
classes/PluginConfig.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
views/admin/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
siteapps/trunk/classes/PluginConfig.php
r788976 r857973 50 50 } 51 51 52 public function getTag($id, $type )52 public function getTag($id, $type, $isCloudFlare = false) 53 53 { 54 $tag = '<script type="text/javascript"> 55 //<; 53 * [SiteApps Twitter](http://twitter.com/site apps);53 * [SiteApps Twitter](http://twitter.com/site_apps); 54 54 55 55 -
siteapps/trunk/views/admin/settings.php
r838514 r857973 108 108 </div> 109 109 <div class="inputitem" style="position: relative; top: 15px; float: none;"> 110 <span><input type="checkbox" name="sa_enable_smart_widgets" <?php print $smartWidgetCheck; ?> value="1"> Enable SiteApps segments on WordPress widgets :<a href="" class="question" title="SiteApps allows you to segment specific WordPress widget based on segments created on the SIteApps platform. Leave this option selected to segment your WordPress widgets.">?</a></span>110 <span><input type="checkbox" name="sa_enable_smart_widgets" <?php print $smartWidgetCheck; ?> value="1"> Enable SiteApps segments on WordPress widgets. <a href="" class="question" title="SiteApps allows you to segment specific WordPress widget based on segments created on the SIteApps platform. Leave this option selected to segment your WordPress widgets.">?</a></span> 111 111 </div> 112 112 113 113 <div class="inputitem" style="position: relative; top: 15px; float: none;"> 114 <span><input type="checkbox" name="sa_debug" <?php print $debugCheck; ?>> Debug Mode: <a href="#" class="question" title="If you enable this option, the SiteApps WordPress plugin will send important debugging information to the web console. This can be used to diagnose segmentation configuration with WordPress Widgets.">?</a></span> 114 <span><input type="checkbox" name="sa_cloudflare" <?php print $cloudFlare; ?>> Enable CloudFlareRocket Loader compatibility. <a href="#" class="question" title="">?</a></span> 115 </div> 116 117 <div class="inputitem" style="position: relative; top: 15px; float: none;"> 118 <span><input type="checkbox" name="sa_debug" <?php print $debugCheck; ?>> Debug Mode. <a href="#" class="question" title="If you enable this option, the SiteApps WordPress plugin will send important debugging information to the web console. This can be used to diagnose segmentation configuration with WordPress Widgets.">?</a></span> 115 119 </div> 116 120
Note: See TracChangeset
for help on using the changeset viewer.