From a553d33b93a1562ca90ccf2d9199aa50ae70d168 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 26 Jul 2006 23:38:46 +0000 Subject: [PATCH] Rebranding from Iris Studios to Blue Static --- api.php | 8 ++++---- date.php | 8 ++++---- db.php | 8 ++++---- db_mysql.php | 8 ++++---- db_mysqli.php | 8 ++++---- db_postgresql.php | 8 ++++---- functions.php | 8 ++++---- graph_pie.php | 8 ++++---- installer.css.php | 8 ++++---- installer.php | 4 ++-- kernel.php | 16 ++++++++-------- localize.php | 8 ++++---- mail.php | 8 ++++---- pagination.php | 8 ++++---- phpdoc.sh | 2 +- printer.css.php | 8 ++++---- printer.php | 10 +++++----- printer_css.php | 8 ++++---- printer_navigation.php | 8 ++++---- template.php | 8 ++++---- template_fs.php | 8 ++++---- xml.php | 8 ++++---- 22 files changed, 88 insertions(+), 88 deletions(-) diff --git a/api.php b/api.php index e197425..7388537 100644 --- a/api.php +++ b/api.php @@ -1,8 +1,8 @@ load('db', null); * This framework is a function wrapper for MySQL functions so we can have * better error reporting and query reporting. * -* @author Iris Studios, Inc. -* @copyright Copyright ©2002 - [#]year[#], Iris Studios, Inc. +* @author Blue Static +* @copyright Copyright ©2002 - [#]year[#], Blue Static * @version $Revision$ * @package ISSO * diff --git a/db_mysqli.php b/db_mysqli.php index 2831f85..8ea48a0 100644 --- a/db_mysqli.php +++ b/db_mysqli.php @@ -1,8 +1,8 @@ load('db', null); * This framework is a function wrapper for MySQLi functions so we can have * better error reporting and query reporting. * -* @author Iris Studios, Inc. -* @copyright Copyright ©2002 - [#]year[#], Iris Studios, Inc. +* @author Blue Static +* @copyright Copyright ©2002 - [#]year[#], Blue Static * @version $Revision$ * @package ISSO * diff --git a/db_postgresql.php b/db_postgresql.php index 6f3d170..86a18a4 100644 --- a/db_postgresql.php +++ b/db_postgresql.php @@ -1,8 +1,8 @@ load('db', null); * This framework is a function wrapper for PostgresQL functions so we can have * better error reporting and query reporting. * -* @author Iris Studios, Inc. -* @copyright Copyright ©2002 - [#]year[#], Iris Studios, Inc. +* @author Blue Static +* @copyright Copyright ©2002 - [#]year[#], Blue Static * @version $Revision$ * @package ISSO * diff --git a/functions.php b/functions.php index f22f698..380afaa 100644 --- a/functions.php +++ b/functions.php @@ -1,8 +1,8 @@ ./apidoc/log.txt \ No newline at end of file +phpdoc -d . -t ./apidoc -i _*.php -i dev/ -dh off -ti "Blue Static ISSO Framework" -pp on -dn ISSO -dc ISSO -s on -o HTML:Smarty:PHP > ./apidoc/log.txt \ No newline at end of file diff --git a/printer.css.php b/printer.css.php index 06ea5e1..9664687 100755 --- a/printer.css.php +++ b/printer.css.php @@ -1,8 +1,8 @@ page_start_hook - Define function to echo() data after the page header * has been outputted * -* @author Iris Studios, Inc. -* @copyright Copyright ©2002 - [#]year[#], Iris Studios, Inc. +* @author Blue Static +* @copyright Copyright ©2002 - [#]year[#], Blue Static * @version $Revision$ * @package ISSO * @@ -468,7 +468,7 @@ JS; echo $this->registry->modules['printer_navigation']->generate_footer_html(); } - $copyright = "\n
\n

\n\t" . $this->registry->get('application') . ' ' . $this->registry->get('appversion') . ", ©2002 - " . date('Y') . " Iris Studios, Inc.\n

"; + $copyright = "\n
\n

\n\t" . $this->registry->get('application') . ' ' . $this->registry->get('appversion') . ", ©2002 - " . date('Y') . " Blue Static\n

"; if (!defined('ISSO_PRINTER_HIDE_SETUP')) { diff --git a/printer_css.php b/printer_css.php index 41e0462..4c22780 100644 --- a/printer_css.php +++ b/printer_css.php @@ -1,8 +1,8 @@ fetch_modified_link_hook - Required hook that is run when * preparing revert links for properties * -* @author Iris Studios, Inc. -* @copyright Copyright ©2002 - [#]year[#], Iris Studios, Inc. +* @author Blue Static +* @copyright Copyright ©2002 - [#]year[#], Blue Static * @version $Revision$ * @package ISSO * diff --git a/printer_navigation.php b/printer_navigation.php index 0604a41..a5f19bb 100644 --- a/printer_navigation.php +++ b/printer_navigation.php @@ -1,8 +1,8 @@ pre_parse_hook - Name of the function to execute on * a template before the parsing occurs * -* @author Iris Studios, Inc. -* @copyright Copyright ©2002 - [#]year[#], Iris Studios, Inc. +* @author Blue Static +* @copyright Copyright ©2002 - [#]year[#], Blue Static * @version $Revision$ * @package ISSO * diff --git a/template_fs.php b/template_fs.php index c30d004..d860517 100644 --- a/template_fs.php +++ b/template_fs.php @@ -1,8 +1,8 @@ load('template', null); * This framework merely replaces the template loading functions with * file-system based ones. * -* @author Iris Studios, Inc. -* @copyright Copyright ©2002 - [#]year[#], Iris Studios, Inc. +* @author Blue Static +* @copyright Copyright ©2002 - [#]year[#], Blue Static * @version $Revision$ * @package ISSO * diff --git a/xml.php b/xml.php index 534e29f..478e7cb 100644 --- a/xml.php +++ b/xml.php @@ -1,8 +1,8 @@