comparison index.php @ 92:54a24352e8e5

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Dec 2012 12:30:16 +0200
parents 0fbe77d68b9b
children fe3dd95ee3b8
comparison
equal deleted inserted replaced
91:0fbe77d68b9b 92:54a24352e8e5
526 </div> 526 </div>
527 "; 527 ";
528 528
529 if (!$mobileMode) 529 if (!$mobileMode)
530 { 530 {
531 echo "<div id=\"csssel\"> 531 echo "<div id=\"csssel\">\n".
532 <div id=\"ctitle\">Lukkari v2.0 beta</div> 532 " <div id=\"ctitle\">Lukkari v2.0</div>\n".
533 <div>".lukMsg("Style").": "; 533 " <div>".lukMsg("Style").": ";
534 534
535 foreach ($pageCSSAlts as $name => $id) 535 foreach ($pageCSSAlts as $name => $id)
536 echo "<a href=\"".$baseURI."?css=".$id."\">".$name."</a>"; 536 echo "<a href=\"".$baseURI."?css=".$id."\">".$name."</a>";
537 537
538 echo "</div> 538 echo "</div>\n".
539 <div id=\"clang\">"; 539 " <div id=\"clang\">";
540 foreach ($pageLanguages as $id) 540 foreach ($pageLanguages as $id)
541 echo "<a href=\"".$baseURI."?lang=".$id."\">".$id."</a>"; 541 echo "<a href=\"".$baseURI."?lang=".$id."\">".$id."</a>";
542 542 echo "</div>\n";
543 echo "</div> 543 }
544 "; 544
545 } 545 echo "</div>\n";
546
547 echo "</div>
548 ";
549 printPageFooter(); 546 printPageFooter();
550 547
551 548
552 // Dump the course data cache, but only if it has changed 549 // Dump the course data cache, but only if it has changed
553 if ($cacheDirty) 550 if ($cacheDirty)