Removing duplicates
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / modifier.capitalize.php
diff --git a/inc/smarty/node_methodz/modifier.capitalize.php b/inc/smarty/node_methodz/modifier.capitalize.php
deleted file mode 100644 (file)
index 41d63ed..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * Smarty plugin
- * @package Smarty
- * @subpackage plugins
- */
-
-
-/**
- * Smarty capitalize modifier plugin
- *
- * Type:     modifier<br>
- * Name:     capitalize<br>
- * Purpose:  capitalize words in the string
- * @link http://smarty.php.net/manual/en/language.modifiers.php#LANGUAGE.MODIFIER.CAPITALIZE
- *      capitalize (Smarty online manual)
- * @param string
- * @return string
- */
-function smarty_modifier_capitalize($string)
-{
-       return ucwords($string);
-}
-
-?>
This page took 0.113406 seconds and 4 git commands to generate.