Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit d5eca1c

Browse files
committed
Updated version on SlimViews
1 parent 2202009 commit d5eca1c

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

Smarty.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* @author Andrew Smith
77
* @link http://www.slimframework.com
88
* @copyright 2013 Josh Lockhart
9+
* @version 0.1.0
10+
* @package SlimViews
911
*
1012
* MIT LICENSE
1113
*

SmartyPlugins/function.siteUrl.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* Type: function
77
* Name: siteUrl
88
* Purpose: outputs url for a function with the defined name method
9+
* version 0.1.0
10+
* package SlimViews
911
* -------------------------------------------------------------
1012
*/
1113
function smarty_function_siteUrl($params, $template)

SmartyPlugins/function.urlFor.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* Type: function
77
* Name: urlFor
88
* Purpose: outputs url for a function with the defined name method
9+
* version 0.1.0
10+
* package SlimViews
911
* -------------------------------------------------------------
1012
*/
1113
function smarty_function_urlFor($params, $template)

Twig.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* @author Andrew Smith
77
* @link http://www.slimframework.com
88
* @copyright 2013 Josh Lockhart
9+
* @version 0.1.0
10+
* @package SlimViews
911
*
1012
* MIT LICENSE
1113
*

TwigExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* @author Andrew Smith
77
* @link http://www.slimframework.com
88
* @copyright 2013 Josh Lockhart
9+
* @version 0.1.0
10+
* @package SlimViews
911
*
1012
* MIT LICENSE
1113
*

0 commit comments

Comments
 (0)