Skip to content

Commit

Permalink
modif param fct
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane authored and Stephane committed Mar 30, 2017
1 parent 5f009ab commit e79932d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/class.plx.show.php
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ public function lastComList($format='<li><a href="#com_url">#com_author L_SAID :
* @scope global
* @author Stephane F
**/
public function staticList($extra='', $format='<li class="#static_class #static_status" id="#static_id" ><a href="#static_url" class="#static_status" title="#static_name">#static_name</a></li>', $format_group='<span class="#group_class #group_status">#group_name</span>', $menublog=false) {
public function staticList($extra='', $format='<li class="#static_class #static_status" id="#static_id" ><a href="#static_url" title="#static_name">#static_name</a></li>', $format_group='<span class="#group_class #group_status">#group_name</span>', $menublog=false) {

$menus = array();
# Hook Plugins
Expand Down

0 comments on commit e79932d

Please sign in to comment.