Skip to content

Instantly share code, notes, and snippets.

@mgerasimchuk
Created September 22, 2015 15:28
Show Gist options
  • Save mgerasimchuk/3d460c9902a21d089fed to your computer and use it in GitHub Desktop.
Save mgerasimchuk/3d460c9902a21d089fed to your computer and use it in GitHub Desktop.
оп оп
<?php
/**
* @param bool $isGuest - является ли пользователь гостем
*/
function getHeader($isGuest)
{
if($isGuest)
{
}
else
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment