Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hardlinks Seo
01-07-2011, 06:09 PM (This post was last modified: 01-07-2011 06:25 PM by Punktured.)
Post: #8
RE: Hardlinks Seo
you can place this code, in your templates index.php fle...
just above or below where you see
Code:
<? footer(); ?>
or something like that...

i had to include an "else" for some reason, i dont know why...

Code:
<?php
$page = $_SERVER['QUERY_STRING'];
  if (empty($page)) {
?>

HTML CODE HERE

<?php
  } else {
}
?>

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Hardlinks Seo - Dreamer26 - 29-06-2011, 06:01 PM
RE: Hardlinks Seo - Punktured - 30-06-2011, 07:55 AM
RE: Hardlinks Seo - Dreamer26 - 30-06-2011, 12:40 PM
RE: Hardlinks Seo - Punktured - 01-07-2011, 09:47 AM
RE: Hardlinks Seo - Dreamer26 - 01-07-2011, 11:32 AM
RE: Hardlinks Seo - Punktured - 01-07-2011, 12:30 PM
RE: Hardlinks Seo - admin - 01-07-2011, 05:36 PM
RE: Hardlinks Seo - Punktured - 01-07-2011 06:09 PM
RE: Hardlinks Seo - admin - 01-07-2011, 11:20 PM

Forum Jump: