smarty dir moved
[mirrors/Kyberia-bloodline.git] / wwwroot / smarty / Smarty-2.6.10 / libs / plugins / modifier.upper.php
diff --git a/wwwroot/smarty/Smarty-2.6.10/libs/plugins/modifier.upper.php b/wwwroot/smarty/Smarty-2.6.10/libs/plugins/modifier.upper.php
deleted file mode 100644 (file)
index 69960ae..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * Smarty plugin
- * @package Smarty
- * @subpackage plugins
- */
-
-
-/**
- * Smarty upper modifier plugin
- *
- * Type:     modifier<br>
- * Name:     upper<br>
- * Purpose:  convert string to uppercase
- * @link http://smarty.php.net/manual/en/language.modifier.upper.php
- *          upper (Smarty online manual)
- * @param string
- * @return string
- */
-function smarty_modifier_upper($string)
-{
-    return strtoupper($string);
-}
-
-?>
This page took 0.118775 seconds and 4 git commands to generate.