Minor fix for website nav panel - FreeGLUT logo location
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@445 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
2a3ccb7132
commit
96d0286492
@ -68,7 +68,7 @@ function generateSideBar($current_page)
|
||||
# Print out the logo and title
|
||||
?>
|
||||
<div class="navbar-left">
|
||||
<span class="navbar-header"><a href="/"><img src="images/freeglut_logo.png" alt="freeglut logo" style="border: 0;" /></a></span><br/>
|
||||
<span class="navbar-header"><a href="/"><img src="/images/freeglut_logo.png" alt="freeglut logo" style="border: 0;" /></a></span><br/>
|
||||
<span class="navbar-smalltext">The Free OpenGL Utility Toolkit</span><br/><br/>
|
||||
<?
|
||||
# Print out each sidebar entry one by one...
|
||||
|
Reference in New Issue
Block a user