diff --git a/jOOQ-website/frame.php b/jOOQ-website/frame.php index 56b9254030..b836c38348 100644 --- a/jOOQ-website/frame.php +++ b/jOOQ-website/frame.php @@ -5,7 +5,13 @@ - jOOQ is a fluent API for typesafe SQL query construction and execution + <?php + if (isset($home)) { + print "jOOQ is a fluent API for typesafe SQL query construction and execution"; + } else { + print getH1(); + } + ?> diff --git a/jOOQ-website/index.php b/jOOQ-website/index.php index 3749a3bc18..af9517ae89 100644 --- a/jOOQ-website/index.php +++ b/jOOQ-website/index.php @@ -1,4 +1,5 @@