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:
nigels 2004-01-05 22:47:21 +00:00
parent 2a3ccb7132
commit 96d0286492

View File

@ -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...