|
From: Jon O. <jon...@us...> - 2005-10-02 23:37:15
|
Update of /cvsroot/mxbb/mx_smartor/album_mod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2352/modules/mx_smartor/album_mod Modified Files: album_common.php album_constants.php album_functions.php album_hierarchy_auth.php album_hierarchy_debug.php album_hierarchy_functions.php album_hierarchy_sql.php clown_album_functions.php Log Message: updated all file headers Index: album_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_constants.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** album_constants.php 6 Mar 2005 01:13:49 -0000 1.5 --- album_constants.php 1 Oct 2005 14:17:36 -0000 1.6 *************** *** 1,15 **** <?php /** ------------------------------------------------------------------------ ! * subject : mx-portal module ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com ! * ! * description : * ------------------------------------------------------------------------- - * begin : Saturday, February 01, 2003 - * copyright : (C) 2003 Smartor - * email : sma...@ho... * * $Id$ --- 1,11 ---- <?php /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * * $Id$ *************** *** 23,33 **** */ - /** - * MODIFICATION: - * -inserted few extra session handlings - * -inserted SP table constant - * -inserted medium thumb path constant - */ - if ( !defined( 'IN_PORTAL' ) ) { --- 19,22 ---- Index: album_hierarchy_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_hierarchy_auth.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** album_hierarchy_auth.php 9 Jan 2005 21:52:01 -0000 1.1 --- album_hierarchy_auth.php 1 Oct 2005 14:17:36 -0000 1.2 *************** *** 1,20 **** <?php - /** ------------------------------------------------------------------------ ! * subject : mx-portal module ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com * - * description : - * * $Id$ - * ------------------------------------------------------------------------- - * begin : Friday, June 12, 2004 - * copyright : (C) 2004 IdleVoid - * email : idl...@sl... - * file version : 1.0.7 - * release : 1.3.0 */ --- 1,13 ---- <?php /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk, IdleVoid (idl...@sl...) ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- * * $Id$ */ *************** *** 25,34 **** * (at your option) any later version. */ - - /** - * This mod is strongly based on the Forum Hiearchy Category Mod by Ptirhiik - * Alot of credit goes to Ptirhiik - * And some small part of this code is copyrighted by Ptirhiik. - */ if ( !defined( 'IN_PHPBB' ) ) --- 18,21 ---- Index: album_hierarchy_sql.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_hierarchy_sql.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** album_hierarchy_sql.php 9 Jan 2005 21:52:01 -0000 1.1 --- album_hierarchy_sql.php 1 Oct 2005 14:17:36 -0000 1.2 *************** *** 1,12 **** <?php /** ------------------------------------------------------------------------ ! * subject : mx-portal module ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com ! * ! * description : * ------------------------------------------------------------------------- * $Id$ */ --- 1,12 ---- <?php /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk, IdleVoid (idl...@sl...) ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- + * * $Id$ */ Index: album_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_functions.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** album_functions.php 9 Jan 2005 21:52:01 -0000 1.3 --- album_functions.php 1 Oct 2005 14:17:36 -0000 1.4 *************** *** 1,15 **** <?php /** ------------------------------------------------------------------------ ! * subject : mx-portal module ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com ! * ! * description : * ------------------------------------------------------------------------- - * begin : Tuesday, February 04, 2003 - * copyright : (C) 2003 Smartor - * email : sma...@ho... * * $Id$ --- 1,11 ---- <?php /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * * $Id$ *************** *** 22,25 **** --- 18,22 ---- * (at your option) any later version. */ + // ------------------------------------ // All common functions are here! Index: album_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_common.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** album_common.php 12 Apr 2005 19:51:47 -0000 1.9 --- album_common.php 1 Oct 2005 14:17:36 -0000 1.10 *************** *** 1,174 **** ! <?php ! /** ------------------------------------------------------------------------ ! * subject : mx-portal module ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com ! * ! * description : ! * ------------------------------------------------------------------------- ! * begin : Saturday, February 01, 2003 ! * copyright : (C) 2003 Smartor ! * email : sma...@ho... ! * ! * $Id$ ! */ ! ! /** ! * 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, or ! * (at your option) any later version. ! */ ! ! /** ! * MODIFICATIONS: ! * -added a query to get SP config info ! * -added a include to SP functions ! */ ! ! if ( !defined( 'IN_PORTAL' ) ) ! { ! die( 'Hacking attempt' ); ! } ! ! if ( !isset( $album_root_path ) || empty( $album_root_path ) ) ! { ! $album_root_path = $module_root_path . 'album_mod/'; ! } ! ! include_once( $album_root_path . 'album_constants.' . $phpEx ); ! // ********************************************************************** ! // Read language definition ! // ********************************************************************** ! if ( !file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ) ) ! { ! include( $module_root_path . 'language/lang_english/lang_main.' . $phpEx ); ! include( $module_root_path . 'language/lang_english/lang_hierarchy_album.' . $phpEx ); ! $link_language = 'lang_english'; ! } ! else ! { ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ); ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_hierarchy_album.' . $phpEx ); ! $link_language = 'lang_' . $board_config['default_lang']; ! } ! // ********************************************************************** ! // Read theme definition ! // ********************************************************************** ! if ( file_exists( $module_root_path . "templates/" . $theme['template_name'] . "/images" ) ) ! { ! // ---------- ! $current_template_images = $module_root_path . "templates/" . $theme['template_name'] . "/images" ; ! // ---------- ! } ! else ! { ! // ---------- ! $current_template_images = $module_root_path . "templates/" . "subSilver" . "/images" ; ! // ---------- ! } ! // ********************************************************************** ! // Read image language in theme definition ! // ********************************************************************** ! if ( file_exists( "$current_template_images/$link_language/upload_pic.gif" ) ) ! { ! // ---------- ! $images['upload_pic'] = "$current_template_images/$link_language/upload_pic.gif"; ! $images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg"; ! // --- Album Category Hierarchy : begin ! // --- Version 1.2.0 ! $images['mini_new_pictures'] = "$current_template_images/icon_minipost_new.gif"; ! $images['all_pic_view_mode'] = "$current_template_images/$link_language/simple_view.gif"; ! $images['normal_pic_view_mode'] = "$current_template_images/$link_language/normal_view.gif"; ! $images['mini_all_pic_view_mode'] = "$current_template_images/icon_mini_showall.gif"; ! ! $images['show_all_pics'] = "$current_template_images/$link_language/show_all_pics.gif"; ! $images['show_all_ratings'] = "$current_template_images/$link_language/show_all_ratings.gif"; ! $images['show_all_comments'] = "$current_template_images/$link_language/show_all_comments.gif"; ! // --- Album Category Hierarchy : end ! // ---------- ! } ! else ! { ! // ---------- ! $images['upload_pic'] = "$current_template_images/lang_english/upload_pic.gif"; ! $images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg"; ! // --- Album Category Hierarchy : begin ! // --- Version 1.2.0 ! $images['mini_new_pictures'] = "$current_template_images/icon_minipost_new.gif"; ! $images['all_pic_view_mode'] = "$current_template_images/lang_english/simple_view.gif"; ! $images['normal_pic_view_mode'] = "$current_template_images/lang_english/normal_view.gif"; ! $images['mini_all_pic_view_mode'] = "$current_template_images/icon_mini_showall.gif"; ! ! $images['show_all_pics'] = "$current_template_images/lang_english/show_all_pics.gif"; ! $images['show_all_ratings'] = "$current_template_images/lang_english/show_all_ratings.gif"; ! $images['show_all_comments'] = "$current_template_images/lang_english/show_all_comments.gif"; ! // --- Album Category Hierarchy : end ! // ---------- ! } ! ! // Get Album Config ! ! $sql = "SELECT * ! FROM " . ALBUM_CONFIG_TABLE; ! if ( !$result = $db->sql_query( $sql ) ) ! { ! mx_message_die( GENERAL_ERROR, "Could not query Album config information", "", __LINE__, __FILE__, $sql ); ! } ! while ( $row = $db->sql_fetchrow( $result ) ) ! { ! $album_config_name = $row['config_name']; ! $album_config_value = $row['config_value']; ! $album_config[$album_config_name] = $album_config_value; ! } ! // --- Album Category Hirarchy : begin ! // --- version : 1.2.0 ! if ( $album_config['album_debug_mode'] == 1 ) ! { ! $GLOBALS['album_debug_enabled'] = true; ! } ! else ! { ! $GLOBALS['album_debug_enabled'] = false; ! } ! // --- Album Category Hirarchy : end ! // for compatibility with mx and SP... ! // $album_config['rate'] = '1'; ! // $album_config['comment'] = '1'; ! // $album_config['fullpic_popup'] = '0'; ! // get SP config info ! $sql = "SELECT * ! FROM " . ALBUM_SP_CONFIG_TABLE; ! if ( !$result = $db->sql_query( $sql ) ) ! { ! mx_message_die( GENERAL_ERROR, "Could not query SP config information", "", __LINE__, __FILE__, $sql ); ! } ! while ( $row = $db->sql_fetchrow( $result ) ) ! { ! $album_sp_config_name = $row['config_name']; ! $album_sp_config_value = $row['config_value']; ! ! $album_sp_config[$album_sp_config_name] = $album_sp_config_value; ! } ! // end get SP config info ! include_once( $album_root_path . 'album_functions.' . $phpEx ); ! include_once( $album_root_path . 'clown_album_functions.' . $phpEx ); ! include_once( $album_root_path . 'album_hierarchy_functions.' . $phpEx ); ! ! // Set ALBUM Version ! ! $template->assign_vars( array( 'ALBUM_VERSION' => '2' . $album_config['album_version'], ! 'ALBUM_VERSION_INFO' => 'This script (Smartor Album v. 2.0.0 :: mxBB Portal Module 2004, with Volodymyr (CLowN) Skoryks SP1 addon, IdleVoid\'s Album Category Hierarchy mod) is modified by <a href="http://www.mx-system.com">mxBB Team</a> ', ! 'PAFILEDB_SEARCH_ACTION' => append_sid( album_append_uid( this_smartor_mxurl() ) ), ! 'PAFILEDB_SEARCH_HIDDEN' => '<input type="hidden" name="smartor_mode" value="album_search"><input type="hidden" name="page" value="' . $page_id . '">', ! 'L_INDEX' => '<<', ! 'U_INDEX' => append_sid( $mx_root_path . "index." . $phpEx ), ! 'L_ALBUM' => $lang['Album'], ! 'L_TITLE' => $title, ! 'U_ALBUM' => append_sid( album_append_uid( this_smartor_mxurl() ) ) ! ) ! ); ! ?> \ No newline at end of file --- 1,164 ---- ! <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com ! * ------------------------------------------------------------------------- ! * ! * $Id$ ! */ ! ! /** ! * 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, or ! * (at your option) any later version. ! */ ! ! if ( !defined( 'IN_PORTAL' ) ) ! { ! die( 'Hacking attempt' ); ! } ! ! if ( !isset( $album_root_path ) || empty( $album_root_path ) ) ! { ! $album_root_path = $module_root_path . 'album_mod/'; ! } ! ! include_once( $album_root_path . 'album_constants.' . $phpEx ); ! // ********************************************************************** ! // Read language definition ! // ********************************************************************** ! if ( !file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ) ) ! { ! include( $module_root_path . 'language/lang_english/lang_main.' . $phpEx ); ! include( $module_root_path . 'language/lang_english/lang_hierarchy_album.' . $phpEx ); ! $link_language = 'lang_english'; ! } ! else ! { ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ); ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_hierarchy_album.' . $phpEx ); ! $link_language = 'lang_' . $board_config['default_lang']; ! } ! // ********************************************************************** ! // Read theme definition ! // ********************************************************************** ! if ( file_exists( $module_root_path . "templates/" . $theme['template_name'] . "/images" ) ) ! { ! // ---------- ! $current_template_images = $module_root_path . "templates/" . $theme['template_name'] . "/images" ; ! // ---------- ! } ! else ! { ! // ---------- ! $current_template_images = $module_root_path . "templates/" . "subSilver" . "/images" ; ! // ---------- ! } ! // ********************************************************************** ! // Read image language in theme definition ! // ********************************************************************** ! if ( file_exists( "$current_template_images/$link_language/upload_pic.gif" ) ) ! { ! // ---------- ! $images['upload_pic'] = "$current_template_images/$link_language/upload_pic.gif"; ! $images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg"; ! // --- Album Category Hierarchy : begin ! // --- Version 1.2.0 ! $images['mini_new_pictures'] = "$current_template_images/icon_minipost_new.gif"; ! $images['all_pic_view_mode'] = "$current_template_images/$link_language/simple_view.gif"; ! $images['normal_pic_view_mode'] = "$current_template_images/$link_language/normal_view.gif"; ! $images['mini_all_pic_view_mode'] = "$current_template_images/icon_mini_showall.gif"; ! ! $images['show_all_pics'] = "$current_template_images/$link_language/show_all_pics.gif"; ! $images['show_all_ratings'] = "$current_template_images/$link_language/show_all_ratings.gif"; ! $images['show_all_comments'] = "$current_template_images/$link_language/show_all_comments.gif"; ! // --- Album Category Hierarchy : end ! // ---------- ! } ! else ! { ! // ---------- ! $images['upload_pic'] = "$current_template_images/lang_english/upload_pic.gif"; ! $images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg"; ! // --- Album Category Hierarchy : begin ! // --- Version 1.2.0 ! $images['mini_new_pictures'] = "$current_template_images/icon_minipost_new.gif"; ! $images['all_pic_view_mode'] = "$current_template_images/lang_english/simple_view.gif"; ! $images['normal_pic_view_mode'] = "$current_template_images/lang_english/normal_view.gif"; ! $images['mini_all_pic_view_mode'] = "$current_template_images/icon_mini_showall.gif"; ! ! $images['show_all_pics'] = "$current_template_images/lang_english/show_all_pics.gif"; ! $images['show_all_ratings'] = "$current_template_images/lang_english/show_all_ratings.gif"; ! $images['show_all_comments'] = "$current_template_images/lang_english/show_all_comments.gif"; ! // --- Album Category Hierarchy : end ! // ---------- ! } ! ! // Get Album Config ! ! $sql = "SELECT * ! FROM " . ALBUM_CONFIG_TABLE; ! if ( !$result = $db->sql_query( $sql ) ) ! { ! mx_message_die( GENERAL_ERROR, "Could not query Album config information", "", __LINE__, __FILE__, $sql ); ! } ! while ( $row = $db->sql_fetchrow( $result ) ) ! { ! $album_config_name = $row['config_name']; ! $album_config_value = $row['config_value']; ! $album_config[$album_config_name] = $album_config_value; ! } ! // --- Album Category Hirarchy : begin ! // --- version : 1.2.0 ! if ( $album_config['album_debug_mode'] == 1 ) ! { ! $GLOBALS['album_debug_enabled'] = true; ! } ! else ! { ! $GLOBALS['album_debug_enabled'] = false; ! } ! // --- Album Category Hirarchy : end ! // for compatibility with mx and SP... ! // $album_config['rate'] = '1'; ! // $album_config['comment'] = '1'; ! // $album_config['fullpic_popup'] = '0'; ! // get SP config info ! $sql = "SELECT * ! FROM " . ALBUM_SP_CONFIG_TABLE; ! if ( !$result = $db->sql_query( $sql ) ) ! { ! mx_message_die( GENERAL_ERROR, "Could not query SP config information", "", __LINE__, __FILE__, $sql ); ! } ! while ( $row = $db->sql_fetchrow( $result ) ) ! { ! $album_sp_config_name = $row['config_name']; ! $album_sp_config_value = $row['config_value']; ! ! $album_sp_config[$album_sp_config_name] = $album_sp_config_value; ! } ! // end get SP config info ! include_once( $album_root_path . 'album_functions.' . $phpEx ); ! include_once( $album_root_path . 'clown_album_functions.' . $phpEx ); ! include_once( $album_root_path . 'album_hierarchy_functions.' . $phpEx ); ! ! // Set ALBUM Version ! ! $template->assign_vars( array( 'ALBUM_VERSION' => '2' . $album_config['album_version'], ! 'ALBUM_VERSION_INFO' => 'This script (Smartor Album v. 2.0.0 :: mxBB Portal Module 2004, with Volodymyr (CLowN) Skoryks SP1 addon, IdleVoid\'s Album Category Hierarchy mod) is modified by <a href="http://www.mx-system.com">mxBB Team</a> ', ! 'PAFILEDB_SEARCH_ACTION' => append_sid( album_append_uid( this_smartor_mxurl() ) ), ! 'PAFILEDB_SEARCH_HIDDEN' => '<input type="hidden" name="smartor_mode" value="album_search"><input type="hidden" name="page" value="' . $page_id . '">', ! 'L_INDEX' => '<<', ! 'U_INDEX' => append_sid( $mx_root_path . "index." . $phpEx ), ! 'L_ALBUM' => $lang['Album'], ! 'L_TITLE' => $title, ! 'U_ALBUM' => append_sid( album_append_uid( this_smartor_mxurl() ) ) ! ) ! ); ! ?> \ No newline at end of file Index: album_hierarchy_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_hierarchy_functions.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** album_hierarchy_functions.php 9 Jan 2005 21:52:01 -0000 1.1 --- album_hierarchy_functions.php 1 Oct 2005 14:17:36 -0000 1.2 *************** *** 1,12 **** <?php /** ------------------------------------------------------------------------ ! * subject : mx-portal module ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com ! * ! * description : * ------------------------------------------------------------------------- * $Id$ */ --- 1,12 ---- <?php /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk, IdleVoid (idl...@sl...) ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- + * * $Id$ */ Index: clown_album_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/clown_album_functions.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** clown_album_functions.php 9 Jan 2005 21:52:01 -0000 1.3 --- clown_album_functions.php 1 Oct 2005 14:17:36 -0000 1.4 *************** *** 1,16 **** <?php /** ------------------------------------------------------------------------ ! * subject : mx-portal module ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com ! * ! * description : ! * ! * $Id$ * ------------------------------------------------------------------------- * ! * some of the code was taken from phpbb forum (generate_smilies function) */ --- 1,13 ---- <?php /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk, IdleVoid (idl...@sl...) ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * ! * $Id$ */ Index: album_hierarchy_debug.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_hierarchy_debug.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** album_hierarchy_debug.php 9 Jan 2005 21:52:01 -0000 1.1 --- album_hierarchy_debug.php 1 Oct 2005 14:17:36 -0000 1.2 *************** *** 1,12 **** <?php /** ------------------------------------------------------------------------ ! * subject : mx-portal module ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com ! * ! * description : * ------------------------------------------------------------------------- * $Id$ */ --- 1,12 ---- <?php /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk, IdleVoid (idl...@sl...) ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- + * * $Id$ */ *************** *** 18,27 **** * (at your option) any later version. */ - - /** - * This mod is strongly based on the Forum Hiearchy Category Mod by Ptirhiik - * Alot of credit goes to Ptirhiik - * And some small part of this code is copyrighted by Ptirhiik. - */ if ( !defined( 'IN_PHPBB' ) ) --- 18,21 ---- |