<% include_once( "modules/utils.inc.php" ); $page = "index"; $tok = $_COOKIE["c_pass_token"]; $u = $sessionUserId = $_COOKIE["c_uid"]; $u == $user ? $auth = 1 : $auth = 0; %> <title> Feed Me Links : <%= $auth ? "My" : $user . "'s" %> Tags </title> <% include( "$modules/header.inc.php" ); %> <h1><%= $auth ? "My" : $user . "’s" %> Tags:</h1> These are your most popular tags. <a href="/">View all your tags here</a>. Or, <a href="/delete-unused-tags">Delete any unused tags here</a>. <% include_once( "$modules/tag-cloud.inc.php" ); %> <% include( "$modules/footer.inc.php" ); %>