Here's a list of the PHP include tags used for EZAWB (AdSense) 3.0<?=$kwds?> Displays the keyword(s) for the current page
<?=$domain_name?> Displays your domain name
<?=date("F jS, Y");?> Displays the date
<?=$first_heading?> Displays first heading title
<?=$slogan;?> Displays your slogan
<?=$ebaysearch?> Displays the search box - NOTHING TO DO WITH eBay
<?php include "static-title.php";?> Displays custom and/or default titles
<?php include "static-meta-keywords.php";?> Displays custom and/or default meta keywords
<?php include "static-meta-descriptions.php";?> Displays custom and/or default meta descriptions
<?php echo $kwdslinks;?> Displays your list of keywords as links
<?php echo $randlinks;?> Displays random keywords as links
<?php include "header.php"; ?> Displays the header
<?php include "side1.php"; ?> Displays side 1
<?php include "side2.php"; ?> Displays side 2
<?php include "side3.php"; ?> Displays side 3
<?php include "other-content.php"; ?> Displays other content
<?php include "footer.php"; ?> Displays the footer
<?php include "recent-searches.php"; ?> Displays recent searches
<?php include "popular-searches.php"; ?> Displays popular searches
<?php include "Show_email_signup.php"; ?> Displays email signup module
<?php include "Show_Social_Bookmarking.php"; ?> Displays social bookmarking module
<?php include "Show_RSS_Feeds.php"; ?> Displays RSS feeds module
<?php include "friend.php"; ?> Displays the tell a friend module
<?php include "TOP_static-content.php"; ?> Displays top static content
<?php include "MIDDLE_static-content.php"; ?> Displays middle static content
<?php include "BOTTOM_static-content.php"; ?> Displays bottom static content
<?php include "Show_reviews.php"; ?> Displays reviews/comments module
<?php include "news.php";?> Displays the news module
<?php include "Show_adsense-text.php"; ?> Displays your AdSense text ad
<?php include "Show_adsense-top.php"; ?> Displays your AdSense top ads
<?php include "Show_adsense-middle.php"; ?> Displays your AdSense middle ads
<?php include "Show_adsense-bottom.php"; ?> Displays your AdSense bottom ads
<?php include "amazon.php"; ?> Displays Amazon ads
<?php include "amazon-context.php"; ?> Displays Amazon context ads
<?php include "chitika.php"; ?> Displays the Chitika context ads AKA Chitika Linx
You can create a totally customized AdSense template by including these tags anywhere you want in your custom design.
Once you create your custom AdSense site design, just name it to design
+ whatever you want
+ .php for example:
designarts.phpThen just change the design ID in config.php to (in this example):
$design_ID = "arts";