Jump to content

Thomas Rozanov

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by Thomas Rozanov

  1. I would like to put the adsense code into my header. But it's an html code. So what i have come up with now is i put it into layout.tpl and in the header line (at the top where img_15 is in obsess blue) the code originally was: <script type="text/javascript"><!-- google_ad_client = "ca-pub-############"; /* Header */ google_ad_slot = "8775993061"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> What i thought i would do is substitute: <div class="size"> <div class="header"> <div class="header01"> <div class="logo"> <img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_15.jpg" alt="" /> </div> the img src with my script. However its in html not in php so i did a little research and came up with this <script type=\"text/javascript\"><!-- google_ad_client = \"ca-pub-############\"; /* Header */ google_ad_slot = \"8775993061\"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"> </script> What i did is is i put \ after every quotation and now i want to put that into this :<?php echo('whatever HTML'); ?> And that should work. However i tried and it didnt What did i do wrong? How do i put it into this ? <div class="size"> <div class="header"> <div class="header01"> <div class="logo"> <img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_15.jpg" alt="" /> </div>
  2. Basically when i add news from the admin panel. It shows on every page. And also in the popup news module in the sidebar however there's no link to the news item in the sidebar (popup news module). In other words i tried adding news from admin panel and it doesnt work . Because it shows the news on every page.
  3. Yeah but that makes everynews thing on all the page aswell as the popupnews module
  4. Simpilot Great Module! Sorry I don't know how do you edit or add news and what files do you need to edit? Thank You Very Much!!!
  5. OKAY THANKS I FIGURED THAT OUT... But how do you edit your frontpage and all the pages links on my skin? i'm using obsess blue. For example i want to add a link on the top right corner instead of fspaintshop i want my staff.
  6. I want to put obsess blue on my website what are the steps to do this correctly? Do you just put the folder with all the data from obsess blue into lib/skins or something else? Thank You Very Much!
×
×
  • Create New...