Add google ads above topic title for guests
This commit is contained in:
@@ -16,6 +16,24 @@ function template_main()
|
||||
// Show the linktree as well as the "Who's Viewing" information.
|
||||
echo theme_linktree();
|
||||
|
||||
if ($context['user']['is_guest']) {
|
||||
?>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
google_ad_client = "ca-pub-7163001599713810";
|
||||
/* 468x60 под заголовком темы */
|
||||
google_ad_slot = "9303282881";
|
||||
google_ad_width = 468;
|
||||
google_ad_height = 60;
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||
</script>
|
||||
</div>
|
||||
<?
|
||||
}
|
||||
|
||||
// Show the topic information - icon, subject, etc.
|
||||
echo '
|
||||
<h1>', $context['subject'], '</h1>';
|
||||
|
||||
Reference in New Issue
Block a user