- Edit the block: uniform-campus-footer
- In the code view, remove this code:
<!--#config timefmt="%Y" --><!--#echo var="DATE_LOCAL" --> - Replace it with this code:
<!--#passthrough<?php echo date('Y'); ?>#passthrough-->
For the check-ip (hidden) span tag in the bottom of the page (all pages)
- Edit the format: last-modified-date
- In the code view, remove this code:
<!--#echo var="SERVER_ADDR" --> - Replace it with this code:
<!--#passthrough<?php echo $_SERVER["REMOTE_ADDR"]; ?>#passthrough-->
- Edit the format: article-includes-left-column
- Remove this code (line 24):
<xsl:comment>#include virtual="/_partials/article-left-column.html" </xsl:comment> - Replace it with this code:
<!--#passthrough<?php require '/opt/app/home/wwwuser/vhosts/news/public_html/_partials/article-left-column.html'; ?>#passthrough-->