Created
April 21, 2016 08:23
-
-
Save redgosho/b632cf177d4ca74ee9e2335e47ed1a0b to your computer and use it in GitHub Desktop.
aaaaaaaa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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