diff -r 53cff4b4a802 -r bde1974c263b web/wp-content/plugins/nice-titles/nt.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/nice-titles/nt.php Wed Feb 03 15:37:20 2010 +0000 @@ -0,0 +1,31 @@ +kryogenix.org. +Version: 1.0 +Author: Showfom +Author URI: http://showfom.com/ + +********************************************************************** +Copyright (c) 2009 Showfom +Released under the terms of the GNU GPL: http://www.gnu.org/licenses/gpl.txt + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +********************************************************************** + +Installation: Upload the folder "nice-titles" with its contents to "wp-content/plugins/" and activate the plugin in your admin panel. +*/ + +function NiceTitles() { + /* Path for snow */ + $ntPath = get_option('siteurl').'/wp-content/plugins/nice-titles/'; + $ntJS .= ''."\n"; + $ntJS .= ''."\n"; + $ntJS .= ''."\n"; + print($ntJS); +} +add_action('wp_head', 'NiceTitles'); +?>