I installed the module as per the instructions.
So - the GAT module was placed in 'debug'. I refresh the page and I see "Restricted Access" at the bottom of the site.
Google Analytics does not see the website - then again view source doesn't show the script for it.
Here is the footer section of the template.
| Code: |
v<div id="footer">
<?php include_once('/../../public_html/includes/footer.php' ); ?> < - this appears ******
<?php mosLoadModules( 'debug', -1 );?> < - This appears as Restricted Access ******
</div>
</body>
</html>
|
Tried changing the above a bit to this for the debug 'module':
| Code: |
<?php if (mosCountModules('debug')>0) mosLoadModules('debug','true'); ?>
|
View Source:
| Code: |
<div id="footer">
<div align="center">
Copyright 2008</div>
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" class="moduletable">
<tr>
<td>
Restricted access
|
Any suggestions?