Here's a tip for nuke-evolution users to add Advertisement Code to nuke-evolution so it will show on all pages and in all themes!
D/L and open header.php (the one found in the root of your Evo) open and find
Add Under-
NOTE: this will all depend on what Advertisement Code you need/want to use
For Personal Advertisement Code change "*****" to your X10 account user-name
Code:
echo "<center><script type=\"text/javascript\" src=\"http://x10hosting.com/adserve.js?*****\"></script></center>\n";
For Static Hosting Package:
Code:
echo "<center><script type=\"text/javascript\" src=\"http://x10hosting.com/adserve.js?static\"></script></center>\n";
For Advanced Hosting Package:
Code:
echo "<center><script type=\"text/javascript\" src=\"http://x10hosting.com/adserve.js?advanced\"></script></center>\n";
For Corporate Hosting Package:
Code:
echo "<center><script type=\"text/javascript\" src=\"http://x10hosting.com/adserve.js?corporate\"></script></center>\n";
Hope this helps, this might also work in in some other forms of Nuke and CMS sites...Note I said Might ;)