Site du proximo, utilisé pour gérer le stock.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

categories.php 204B

123456
  1. <?php
  2. $relativePath = "../";
  3. $pageTitle = "Gestion des catégories";
  4. $script = "<script type=\"text/javascript\" src=\"" . $relativePath . "assets/js/categories.js\"></script>";
  5. include("template.php");