Changeset 571254
- Timestamp:
- 07/12/2012 01:04:54 PM (14 years ago)
- File:
-
- 1 edited
-
purlem-personal-url-marketing/trunk/purlem.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
purlem-personal-url-marketing/trunk/purlem.php
r571251 r571254 4 4 Plugin URI: http://purlem.com 5 5 Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http://www.purlem.com'>Purlem Account</a>.</strong> 6 Version: 1.1. 36 Version: 1.1.7 7 7 Author: Marty Thomas 8 8 Author URI: http://purlem.com/company … … 33 33 add_action('the_title', 'display_purl_header'); 34 34 add_action('widgets_init', create_function('', 'return register_widget("PurlemWidget");')); 35 add_action(' the_post', 'purlCSS');35 add_action('wp_head', 'purlCSS'); 36 36 37 37 … … 86 86 $user = json_decode($data); 87 87 @session_start(); 88 if($_GET['username']) $_SESSION['visitor']=$_GET['username']; 88 89 if($user->{'login'} && ($_SESSION['visitor'] != $user->{'firstName'}.''.$user->{'lastName'})) { 89 90 echo $user->{'login'};
Note: See TracChangeset
for help on using the changeset viewer.