Skip to content

Instantly share code, notes, and snippets.

@redgosho
Created April 21, 2016 08:23
Show Gist options
  • Save redgosho/b632cf177d4ca74ee9e2335e47ed1a0b to your computer and use it in GitHub Desktop.
Save redgosho/b632cf177d4ca74ee9e2335e47ed1a0b to your computer and use it in GitHub Desktop.
aaaaaaaa
<?php
$header_tab=array('MYHOME','NEWROOM','OPENROOM','NOT','SETTING');
foreach ($header_tab as $TAB) {
echo<<<TAB
<li class='tab' id="home" onmouseover="color_change()">
<a href="#">$TAB</a>
</li>
TAB;
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment