diff --git a/index.php b/index.php
index 9aa176419ea3ec4eb25217e23a65bff672469df9..03ea34be445884d96e978ca10fed38c0bbcf17c8 100755
--- a/index.php
+++ b/index.php
@@ -16,7 +16,7 @@
     <script type="text/javascript">
     //<![CDATA[
     $(document).ready(function(){
-      layout.loadLayout("<?= isset( $_GET["layout"] ) ? $_GET["layout"] : "oh14" ?>");
+      layout.loadLayout("<?= isset( $_GET["layout"] ) ? $_GET["layout"] : "oh14" ?>"); // test
     });
     //]]>
     </script>