File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1515 <a class="nav-link" href="<?php echo BASE_URL ; ?> request">Request</a>
1616 </li>
1717 <li class="dropdown <?php if (url_path (1 ) == 'post ' ) echo 'active ' ; ?> ">
18- <a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="TRUE" aria-expanded="FALSE">Posts <span class="caret"></span></a>
19- <ul class="dropdown-menu">
20- <li><a href="<?php echo BASE_URL ; ?> post/list">All Posts</a></li>
21- <li><a href="<?php echo BASE_URL ; ?> post/add">Add Post</a></li>
22- </ul>
23- </li>
24- <li class="nav-item <?php if (url_path (1 ) == 'sample ' && url_path (2 ) == 'route ' ) echo 'active ' ; ?> ">
25- <a class="nav-link" href="<?php echo BASE_URL ; ?> sample/route">Sample</a>
26- </li>
18+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="TRUE" aria-expanded="FALSE">Posts <span class="caret"></span></a>
19+ <ul class="dropdown-menu">
20+ <li><a href="<?php echo BASE_URL ; ?> post/list">All Posts</a></li>
21+ <li><a href="<?php echo BASE_URL ; ?> post/add">Add Post</a></li>
22+ </ul>
23+ </li>
24+ <li class="nav-item <?php if (url_path (1 ) == 'sample ' && url_path (2 ) == 'route ' ) echo 'active ' ; ?> ">
25+ <a class="nav-link" href="<?php echo BASE_URL ; ?> sample/route">Sample</a>
26+ </li>
2727 <li class="nav-item">
2828 <a class="nav-link" href="<?php echo BASE_URL ; ?> login">Log In</a>
2929 </li>
You can’t perform that action at this time.
0 commit comments