Changeset 2863 for alternc/trunk/bureau/class/m_bro.php
- Timestamp:
- 03/06/11 22:28:14 (2 years ago)
- File:
-
- 1 edited
-
alternc/trunk/bureau/class/m_bro.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/class/m_bro.php
r2753 r2863 694 694 $a=explode("/",$path); 695 695 if (!is_array($a)) $a=array($a); 696 $c=''; 696 697 for($i=0;$i<count($a);$i++) { 697 698 if ($a[$i]) { 698 $R.=$a[$i]."/";699 $c.="<a href=\"$action?R=".urlencode($R)."\">".$a[$i]."</a> / ";699 $R.=$a[$i]."/"; 700 $c.="<a href=\"$action?R=".urlencode($R)."\">".$a[$i]."</a> / "; 700 701 } 701 702 }
Note: See TracChangeset
for help on using the changeset viewer.
