| @@ -99,8 +99,15 @@ | ||
| 99 | 99 | // continue; |
| 100 | 100 | // } |
| 101 | 101 | list( $href, $btnLabel ) = $item; |
| 102 | 102 | |
| 103 | + // display just label | |
| 104 | + // if (false === $href) { | |
| 105 | + // $item = $btnLabel; | |
| 106 | + // $return[$k] = $item; | |
| 107 | + // continue; | |
| 108 | + // } | |
| 109 | + | |
| 103 | 110 | if( is_array($href) ){ |
| 104 | 111 | $finalHref = str_replace( '--ID--', $href[1], $href[0] ); |
| 105 | 112 | } |
| 106 | 113 | else { |