Skip to content

Instantly share code, notes, and snippets.

@cmg-jess
Created March 18, 2016 19:00
Show Gist options
  • Save cmg-jess/94b2dc5ab2ebbf619173 to your computer and use it in GitHub Desktop.
Save cmg-jess/94b2dc5ab2ebbf619173 to your computer and use it in GitHub Desktop.
<?php $Get_URL = $_SERVER['REQUEST_URI'];
if ( $Get_URL == '/' ) { ?>
<p>Web Marketing powered by <a href="http://www.ceatus.com/" target="_blank">Ceatus Media Group</a></p>
<?php } else { ?>
<p>Web Marketing powered by Ceatus Media Group</p>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment