Skip to content

Instantly share code, notes, and snippets.

@jagmitg
Created April 8, 2012 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jagmitg/2336409 to your computer and use it in GitHub Desktop.
Save jagmitg/2336409 to your computer and use it in GitHub Desktop.
<?php
$user = & JFactory::getUser();
if($user->get('guest')) {
document.write('<li class="mostread"><a href="/testing/index.php" class="mostread">Upload Photography</a></li>');
} else {
document.write('<li class="mostread"><a href="/cultural/index.php?" class="mostread">Welcome to Joomla!</a></li>');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment