Skip to content

Commit

Permalink
Change version in index.phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
codeliner committed Mar 6, 2014
1 parent e353216 commit 417e5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/Application/view/application/index/index.phtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="jumbotron">
<h1><?php echo $this->translate('Welcome to the PHP DDD Cargo Sample') ?></h1>
<p><?php echo $this->translate('Congratulations! You have successfully installed the Container Shipping System. You are currently running the ChapterTwo Version of the Application.') ?></p>
<p><?php echo $this->translate('Congratulations! You have successfully installed the Container Shipping System. You are currently running the ChapterThree Version of the Application.') ?></p>
<p><a class="btn btn-success btn-lg" href="https://github.com/codeliner/php-ddd-cargo-sample" target="_blank"><?php echo $this->translate('Fork PHP DDD Cargo Sample on GitHub') ?> &raquo;</a></p>
</div>
<div class="row">
Expand All @@ -10,7 +10,7 @@
<h3 class="panel-title"><?php echo $this->translate('Goal of the Sample Application') ?></h3>
</div>
<div class="panel-body">
<p><?php echo sprintf($this->translate('The Cargo Shipping System is based on the example used in Eric Evans book Domain Driven Design: Tackling Complexity in the Heart of Software. It\'s a PHP Version of the Cargo Sample to show how DDD can be applied to a PHP Project. %sZend Framework 2%s is used as a basis for the application layer and %sdoctrine 2%s is used for the infrastructure layer.'), '<a href="http://framework.zend.com/" target="_blank">', '</a>', '<a href="http://www.doctrine-project.org/" target="_blank">', '</a>') ?></p>
<p><?php echo sprintf($this->translate('The Cargo Shipping System is based on the example used in Eric Evans book Domain-Driven Design: Tackling Complexity in the Heart of Software. It\'s a PHP Version of the Cargo Sample to show how DDD can be applied to a PHP Project. %sZend Framework 2%s is used as a basis for the application layer and %sdoctrine 2%s is used for the infrastructure layer.'), '<a href="http://framework.zend.com/" target="_blank">', '</a>', '<a href="http://www.doctrine-project.org/" target="_blank">', '</a>') ?></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 417e5e5

Please sign in to comment.