Add google ads above topic title for guests

This commit is contained in:
Aleksei Miheev
2014-01-05 13:35:56 +00:00
parent f480a43ce7
commit 42c6cc9761

View File

@@ -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>';