Guest User

Untitled

a guest
May 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. if ($seoTitle==null) {
  2. echo $GLOBALS['title_tag'];
  3. } else {
  4. echo $seoTitle;
  5. }
  6. ?></title>
  7. <meta name="resource-type" content="document" />
  8. <link rel="shortcut icon" href="favicon.ico" />
  9. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  10. <meta name="author" content="<?php echo $GLOBALS['domain'] ?>" />
  11. <meta name="subject" content="<?php echo $GLOBALS['subject']; ?>" />
  12. <meta name="description" content="<?php
  13. if ($seoKeywords==null) {
  14. echo $GLOBALS['description'];
  15. } else {
  16. echo $seoDescription;
  17. }
  18. ?>" />
  19. <meta name="classification" content="<?php echo $GLOBALS['classification']; ?>" />
  20. <meta name="keywords" content="<?php
  21. if ($seoKeywords==null) {
  22. echo $GLOBALS['keywords'];
  23. } else {
  24. echo $seoKeywords;
  25. }
  26. ?>" />
  27. <meta name="language" content="English" />
  28. <meta http-equiv="expires" content="never" />
  29. <meta name="copyright" content="<?php echo $GLOBALS['site_title']; ?>" />
  30. <meta name="designer" content="<?php echo $GLOBALS['domain'] ?>" />
  31. <meta name="publisher" content="<?php echo $GLOBALS['site_title']; ?>" />
  32. <meta name="revisit-after" content="1 day" />
  33. <meta name="distribution" content="global" />
  34. <meta name="robots" content="index, follow" />
  35. <meta name="country" content="USA, United States, United States of America, America, US" />
  36. <meta name="MSSmartTagsPreventParsing" content="true" />
  37. <meta name="channel" content="<?php echo $GLOBALS['site_title']; ?>" />
  38. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  39. <link rel="stylesheet" href="<?php echo $full_link; ?>stylesheet.php?self=<?php echo $_SERVER['PHP_SELF']; ?>&color1=<?php echo $GLOBALS['color1']; ?>&color2=<?php echo $GLOBALS['color2']; ?>" title="Main Style Sheet" type="text/css" />
  40. <link rel="stylesheet" href="<?php echo $full_link; ?>styleAjax.php?self=<?php echo $_SERVER['PHP_SELF']; ?>" title="Main Style Sheet" type="text/css" />
  41.  
  42. <script language="javascript" type="text/javascript">
  43. <!--
  44. image1=new Image();
  45. image1.src="images/bar_small_<?php echo $GLOBALS['color1']; ?>.jpg";
  46. //-->
  47. </script>
Add Comment
Please, Sign In to add comment