diff --git a/examples/application/index/index.twig b/examples/application/index/index.twig index 073b41f..22d4dc4 100644 --- a/examples/application/index/index.twig +++ b/examples/application/index/index.twig @@ -1,30 +1,48 @@ {% extends 'layout/layout.twig' %} {% block content %} -
-

{{ translate('Welcome to %sZend Framework 2%s'|format('', '')) }}

-

{{ translate('Congratulations! You have successfully installed the %sZF2 Skeleton Application%s. You are currently running Zend Framework version %s. This skeleton can serve as a simple starting point for you to begin building your application on ZF2.'|format('', '', 2)) }}

-

{{ translate('Fork Zend Framework 2 on GitHub') }} »

-
+
+

{{ translate('Welcome to %sZend Framework 2%s'|format('', '')) }}

+

{{ translate('Congratulations! You have successfully installed the %sZF2 Skeleton Application%s. You are currently running Zend Framework version %s. This skeleton can serve as a simple starting point for you to begin building your application on ZF2.'|format('', '', 2)) }}

+

{{ translate('Fork Zend Framework 2 on GitHub') }} »

+
-
+
-
-

{{ translate('Follow Development') }}

-

{{ translate('Zend Framework 2 is under active development. If you are interested in following the development of ZF2, there is a special ZF2 portal on the official Zend Framework website which provides links to the ZF2 %swiki%s, %sdev blog%s, %sissue tracker%s, and much more. This is a great resource for staying up to date with the latest developments!'|format('', '', '', '', '', '')) }}

-

{{ translate('ZF2 Development Portal') }} »

+
+
+
+

{{ translate('Follow Development') }}

+
+
+

{{ translate('Zend Framework 2 is under active development. If you are interested in following the development of ZF2, there is a special ZF2 portal on the official Zend Framework website which provides links to the ZF2 %swiki%s, %sdev blog%s, %sissue tracker%s, and much more. This is a great resource for staying up to date with the latest developments!'|format('', '', '', '', '', '')) }}

+

{{ translate('ZF2 Development Portal') }} »

+
+
-
-

{{ translate('Discover Modules') }}

-

{{ translate('The community is working on developing a community site to serve as a repository and gallery for ZF2 modules. The project is available %son GitHub%s. The site is currently live and currently contains a list of some of the modules already available for ZF2.'|format('', '')) }}

-

{{ translate('Explore ZF2 Modules') }} »

+
+
+
+

{{ translate('Discover Modules') }}

+
+
+

{{ translate('The community is working on developing a community site to serve as a repository and gallery for ZF2 modules. The project is available %son GitHub%s. The site is currently live and currently contains a list of some of the modules already available for ZF2.'|format('', '')) }}

+

{{ translate('Explore ZF2 Modules') }} »

+
+
-
-

{{ translate('Help & Support') }}

-

{{ translate('If you need any help or support while developing with ZF2, you may reach us via IRC: %s#zftalk on Freenode%s. We\'d love to hear any questions or feedback you may have regarding the beta releases. Alternatively, you may subscribe and post questions to the %smailing lists%s.'|format('', '', '', '')) }}

-

{{ translate('Ping us on IRC') }} »

+
+
+
+

{{ translate('Help & Support') }}

+
+
+

{{ translate('If you need any help or support while developing with ZF2, you may reach us via IRC: %s#zftalk on Freenode%s. We\'d love to hear any questions or feedback you may have regarding the beta releases. Alternatively, you may subscribe and post questions to the %smailing lists%s.'|format('', '', '', '')) }}

+

{{ translate('Ping us on IRC') }} »

+
+
{% endblock content %} \ No newline at end of file diff --git a/examples/layout/layout.twig b/examples/layout/layout.twig index 965303d..f03d55c 100644 --- a/examples/layout/layout.twig +++ b/examples/layout/layout.twig @@ -10,42 +10,43 @@ {% block meta %}{% endblock meta %} - - - - + + + + + {% block style %}{% endblock style %} - + - - - + + + + {% block script %}{% endblock script %} -