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

Commit

Permalink
Updated version on SlimViews
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Jul 10, 2013
1 parent 2202009 commit d5eca1c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Smarty.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* @author Andrew Smith
* @link http://www.slimframework.com
* @copyright 2013 Josh Lockhart
* @version 0.1.0
* @package SlimViews
*
* MIT LICENSE
*
Expand Down
2 changes: 2 additions & 0 deletions SmartyPlugins/function.siteUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Type: function
* Name: siteUrl
* Purpose: outputs url for a function with the defined name method
* version 0.1.0
* package SlimViews
* -------------------------------------------------------------
*/
function smarty_function_siteUrl($params, $template)
Expand Down
2 changes: 2 additions & 0 deletions SmartyPlugins/function.urlFor.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Type: function
* Name: urlFor
* Purpose: outputs url for a function with the defined name method
* version 0.1.0
* package SlimViews
* -------------------------------------------------------------
*/
function smarty_function_urlFor($params, $template)
Expand Down
2 changes: 2 additions & 0 deletions Twig.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* @author Andrew Smith
* @link http://www.slimframework.com
* @copyright 2013 Josh Lockhart
* @version 0.1.0
* @package SlimViews
*
* MIT LICENSE
*
Expand Down
2 changes: 2 additions & 0 deletions TwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* @author Andrew Smith
* @link http://www.slimframework.com
* @copyright 2013 Josh Lockhart
* @version 0.1.0
* @package SlimViews
*
* MIT LICENSE
*
Expand Down

0 comments on commit d5eca1c

Please sign in to comment.