phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wcm/wcm-site/inc class.bo.inc.php,NONE,1.1 class


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/wcm-site/inc class.bo.inc.php,NONE,1.1 class.so.inc.php,NONE,1.1 class.ui.inc.php,NONE,1.1 meta.ui.inc.php,NONE,1.1 phpnuke.compat.inc.php,NONE,1.1
Date: Tue, 27 Aug 2002 04:34:51 -0400

Update of /cvsroot/phpgroupware/wcm/wcm-site/inc
In directory subversions:/tmp/cvs-serv32185/wcm-site/inc

Added Files:
        class.bo.inc.php class.so.inc.php class.ui.inc.php 
        meta.ui.inc.php phpnuke.compat.inc.php 
Log Message:
added new coded from patricks team

***** Error reading new file: [Errno 2] No such file or directory: 
'class.bo.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.so.inc.php'
***** Error reading new file: [Errno 2] No such file or directory: 
'class.ui.inc.php'
--- NEW FILE ---
<?php

/************************************************************************/
/* PHP-NUKE: Web Portal System                                          */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2002 by Francisco Burzi                                */
/* http://phpnuke.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 */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/

##################################################
# Include for Meta Tags generation               #
##################################################

echo "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; 
charset="._CHARSET."\">\n";
echo "<META HTTP-EQUIV=\"EXPIRES\" CONTENT=\"0\">\n";
echo "<META NAME=\"RESOURCE-TYPE\" CONTENT=\"DOCUMENT\">\n";
echo "<META NAME=\"DISTRIBUTION\" CONTENT=\"GLOBAL\">\n";
echo "<META NAME=\"AUTHOR\" CONTENT=\"$sitename\">\n";
echo "<META NAME=\"COPYRIGHT\" CONTENT=\"Copyright (c) 2002 by $sitename\">\n";
echo "<META NAME=\"DESCRIPTION\" CONTENT=\"$slogan\">\n";
echo "<META NAME=\"ROBOTS\" CONTENT=\"INDEX, FOLLOW\">\n";
echo "<META NAME=\"REVISIT-AFTER\" CONTENT=\"1 DAYS\">\n";
echo "<META NAME=\"RATING\" CONTENT=\"GENERAL\">\n";

###############################################
# DO NOT REMOVE THE FOLLOWING COPYRIGHT LINE! #
###############################################

echo "<META NAME=\"GENERATOR\" CONTENT=\"phpGroupWare Web Content Manager\">\n";

?>

--- NEW FILE ---
<?php
        function cookiedecode($user)
        {
                return '';
        }
        function blocks()
        {
                return '';
        }
        function title($text) 
        {
                OpenTable();
                echo '<center><font 
class="title"><b>'.$text.'</b></font></center>';
                CloseTable();
                echo '<br>';
        }
        function footmsg()
        {
                $objbo = new bo;
                echo $objbo->get_footer();
        }
        function sql_query()
        {
        }
        function sql_fetch_row()
        {
        }
        
?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]