Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Clean up commented code
  • Loading branch information
cproensa committed Dec 10, 2016
1 parent d0f736f commit f6fac7c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions manage_filter_page.php
Expand Up @@ -135,20 +135,6 @@ function table_print_filters( array $p_filter_array ) {
?>

<div class="table-container">
<?php /*
<div id="doc-menu">
<ul class="menu">
<li>
<a href="#">MY FILTERS</a>
</li>
</ul>
<ul class="menu">
<li>
<a href="#">AVAILABLE FILTERS</a>
</li>
</ul>
</div>
*/ ?>
<h2><?php echo lang_get( 'available_filter_for_project' ) . ': ' . project_get_name( $t_project_id ) ?></h2>
<?php
if( count( $t_filter_ids_available ) > 0 ) {
Expand Down

0 comments on commit f6fac7c

Please sign in to comment.