wanno
01-17-2008, 07:15 AM
I have the next code:
global $filenames;
$filenames = $_SERVER['SCRIPT_URI'];
and this code:
<?php include ($_SERVER['DOCUMENT_ROOT'] . '/_d/s/inc/logo.php');?>
How can I create 2 plugins of this?
I tried everything without success.
global $filenames;
$filenames = $_SERVER['SCRIPT_URI'];
and this code:
<?php include ($_SERVER['DOCUMENT_ROOT'] . '/_d/s/inc/logo.php');?>
How can I create 2 plugins of this?
I tried everything without success.