equal
deleted
inserted
replaced
105 if($profile_array!=null && $profile_name!=null && $profile_name!=""){ |
105 if($profile_array!=null && $profile_name!=null && $profile_name!=""){ |
106 $columns_array = $profile_array[$profile_name]; |
106 $columns_array = $profile_array[$profile_name]; |
107 } |
107 } |
108 |
108 |
109 $ordered_tags = $this->getDoctrine()->getRepository('WikiTagBundle:DocumentTag')->findOrderedTagsForDoc($id_doc); |
109 $ordered_tags = $this->getDoctrine()->getRepository('WikiTagBundle:DocumentTag')->findOrderedTagsForDoc($id_doc); |
|
110 //$ordered_tags = null; |
110 return $this->render('WikiTagBundle:WikiTag:documentTags.html.twig', array('ordered_tags' => $ordered_tags, 'doc_id' => $id_doc, 'columns' => $columns_array)); |
111 return $this->render('WikiTagBundle:WikiTag:documentTags.html.twig', array('ordered_tags' => $ordered_tags, 'doc_id' => $id_doc, 'columns' => $columns_array)); |
111 } |
112 } |
112 |
113 |
113 /** |
114 /** |
114 * |
115 * |