Changeset 580150
- Timestamp:
- 08/01/2012 05:30:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contextly-related-links/trunk/contextly-linker.php
r539750 r580150 201 201 <script type="text/javascript"> 202 202 function open_contextly_settings() { 203 window.open("<? echo $this->server_url ?>redirect.php?type=settings&blog_url=<?php echo site_url(); ?>");203 window.open("<?php echo $this->server_url ?>redirect.php?type=settings&blog_url=<?php echo site_url(); ?>"); 204 204 } 205 205 </script> … … 207 207 <?php $this->showSettingsTabs(); ?> 208 208 209 <? if ($tab == $this->advanced_settings_key) { ?>209 <?php if ($tab == $this->advanced_settings_key) { ?> 210 210 <form action="options.php" method="post"> 211 211 <?php settings_fields($tab); ?> … … 213 213 <?php submit_button(); ?> 214 214 </form> 215 <? } else { ?>215 <?php } else { ?> 216 216 <h3> 217 217 The majority of the settings for Contextly are handled outside Wordpress. Press the settings button to go to your settings panel. You will need your Twitter credentials to login. … … 220 220 <input type="button" value="Settings" onclick="open_contextly_settings();" style="font-size: 18px; padding: 5px;" /> 221 221 </p> 222 <? } ?>222 <?php } ?> 223 223 </div> 224 <? 224 <?php 225 225 } 226 226
Note: See TracChangeset
for help on using the changeset viewer.