Added ability to set default ordering of bookmarks to modified date
[scuttle] / about.php
index 020a3511227a2be7b06b9686d9c434919e335aee..d5b35722f17024abefd125212e930e3c2f21683c 100644 (file)
--- a/about.php
+++ b/about.php
@@ -1,7 +1,7 @@
 <?php
 /***************************************************************************
-Copyright (C) 2004, 2005 Scuttle project
-http://sourceforge.net/projects/scuttle/
+Copyright (c) 2004 - 2010 Marcus Campbell
+http://scuttle.org/
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -18,10 +18,9 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ***************************************************************************/
 
-require_once('header.inc.php');
+require_once 'header.inc.php';
 $templateservice =& ServiceFactory::getServiceInstance('TemplateService');
 
-$tplVars = array();
+$tplVars             = array();
 $tplVars['subtitle'] = T_('About');
 $templateservice->loadTemplate('about.tpl', $tplVars);
-?>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?