$uri = $_SERVER["REQUEST_URI"];
# Skini extenziju sa desne strane
$uri = substr($uri, 1);
$uri = str_replace('index.php', '', $uri);
$uri = str_replace('.php', '', $uri);
$uri = str_replace('.html', '', $uri);
list($lefturi, $righturi ) = split("/", $uri, 2);
@list($left1, $left2 ) = split("_", $lefturi, 2);
@list($right1, $right2) = split("_", $righturi, 2);
$title = $left1 . " ". $left2 . " :: " . $right1 . " " . str_replace ("_", " ", $right2);
$title = str_replace("/", " ", $title);
$title = ucwords($title);
?>
Linux System Administration ::
The BTTV HOWTO The BTTV HOWTORevision History Revision 0.9 2005-01-29 Revised by: jhs Initial rewrite
This document was written to assist the reader in the steps
necessary to configure and use a video tuner card based on the popular
Bt848 and Bt878 chipsets within the Linux operating system.