2 lines
95 B
PHP
2 lines
95 B
PHP
<?php require "config.php"; global $translator; echo $translator->trans("Category not found");
|
<?php require "config.php"; global $translator; echo $translator->trans("Category not found");
|