Skip to content

Commit

Permalink
Testsuite header using Configure for current version
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Jan 29, 2013
1 parent 267925e commit 46aabbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/TestSuite/templates/header.php
Expand Up @@ -21,7 +21,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CakePHP Test Suite 2.3</title>
<title>CakePHP Test Suite <?php echo Configure::version(); ?></title>
<style type="text/css">
body h2 {color: #777;}
h3 {font-size: 170%; padding-top: 1em}
Expand Down Expand Up @@ -143,4 +143,4 @@
<h1>CakePHP: the rapid development php framework</h1>
</div>
<div id="content">
<h2>CakePHP Test Suite 2.3</h2>
<h2>CakePHP Test Suite <?php echo Configure::version(); ?></h2>

0 comments on commit 46aabbd

Please sign in to comment.