View Single Post
Old 03-19-2005, 06:29 PM   #5 (permalink)
cnico88
 
Super Techie

Join Date: Nov 2004

Posts: 342

cnico88 is on a distinguished road

Default

Here is the code from line 1 to 25:

<head>
<meta name="description" content="my description here...">
<meta name="keywords" content="my keywords here....">
</head>

<?php
$DIR=preg_split("/[\/\\\]/",dirname($_SERVER['PATH_TRANSLATED']));
if ($DIR[count($DIR)-2] == "modules") {
echo "<html><body><h1>ERROR</h1>You installed the standalone Coppermine into your Nuke portal.
".
"Please download and install a CPG Port: <a href=\"http://sourceforge.net/project/showfiles.php?group_id=89658\">CPG for PostNuke OR CPG for PHPnuke</a></body></html>";
die();
} // end check
define('IN_COPPERMINE', true);
define('INDEX_PHP', true);

require('include/init.inc.php');
if ($CONFIG['enable_smilies']) include("include/smilies.inc.php");
/**
* Local functions definition
*/
function html_albummenu($id)
__________________

Intel Core 2 Quad Q9300
Intel DX48BT2
Visiontek ATI HD3870 X2
WD Velociraptor 300 GB
6GB CORSAIR XMS3 1600 MHz DDR3 PC 12800
LG Flatron W2252 22" LCD
Corsair 1000 Watt
Windows 7 Ultimate
cnico88 is offline