Advertisement
czm4rty

Untitled

Jan 29th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.77 KB | None | 0 0
  1. 159:                                echo Helpers::clickableDump($v);
  2. 160:                                echo "</td></tr>\n";
  3. 161:                            }
  4. 162:                            ?>
  5. 163:                            </table>
  6. 164:                            </div>
  7. 165:                        <?php endif ?>
  8. 166:    
  9. 167:    
  10. 168:                        <?php if (isset($row['file']) && is_file($row['file'])): ?>
  11. 169:                            <pre <?php if ($expanded !== $key) echo 'class="nette-collapsed"'; ?> id="netteBsSrc<?php echo "$level-$key" ?>"><?php echo self::highlightFile($row['file'], $row['line']) ?></pre>
  12. 170:                        <?php endif ?>
  13. 171:    
  14. 172:                        </li>
  15. 173:                        <?php endforeach ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement