dbr1066,
In order to not receive the "Can't find to template engine" message, please locate and change the following in your catageory_modify.php:
Change:
Quote:
require "../smarty.php";
require "../config.php";
require "./auth.php";
require "../include/security.php";
|
to ....
Quote:
require "./auth.php";
require $xcart_dir."/include/security.php";
|
HTH,
Glen