En la linea:
    Escribe    
Se me fue el nombre de variable. 
Probado:   
Código PHP:
Ver original- <?php 
-     $uri = 'http://127.0.0.1/a/b/categorias/categoria-1'; // $_SERVER['REQUEST_URI']; 
-     // Primero, quedarnos con la parte que interesa. 
-     $prefix="categorias/"; 
-     // Ahora, en $suffix tenemos "categoria-b","categoria-a",etc. 
-     ?> 
-     <link href="css/<?php echo $suffix;?>.css" rel="stylesheet" type="text/css" /> 
-     <script src="javascript/<?php echo $suffix;?>.js"></script> 
Da como resultado   
Código HTML:
Ver original- <link href="css/categoria-1.css" rel="stylesheet" type="text/css" />