Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Created July 12, 2018 12:35
Show Gist options
  • Save unlocomqx/db64600ca9c120326de17d694e844459 to your computer and use it in GitHub Desktop.
Save unlocomqx/db64600ca9c120326de17d694e844459 to your computer and use it in GitHub Desktop.
<?php
$product = new Product($id_product);
$category_file = "./category{$product->id_category_default}.php";
if (is_file($category_file)) {
include_once $category_file;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment