Esempio n. 1
0
 function show()
 {
     $recipes = new Translate_recipe();
     $this->data['recipes'] = $recipes->get_iterated();
     $this->template->load('/admin/templates/main_template', '/admin/translate_recipes/show', $this->data);
 }