Jump to content

Creare Menu categorie


Dyerr

Recommended Posts

Ciao,
per creare un modulo, guarda uno dei miei post,

nel php del modulo usi la funzione per richiamare le categorie
es:

global $cookie;
$lang=intval($cookie->id_lang);
$categories = Category::getHomeCategories($lang); (prende solo il 1 livello)
$categories = Category::getSimpleCategories($lang); (prende tutte le categorie)



dopodichè assegni l'array $categorie al tpl e usi un qualunque script che faccia quello che vuoi

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...