mirror of https://github.com/itflow-org/itflow
Rename pagination_head.php to filter_header.php as this is a more suitable name for its function
This commit is contained in:
parent
c9f3d17f12
commit
8498f01f6c
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/*
|
||||
* Pagination - Head
|
||||
* Filter - Head
|
||||
* Sets the paging/sort for use in limit/order by
|
||||
* Sets the default search query from GET to $q
|
||||
*
|
||||
|
|
@ -50,6 +50,6 @@ require_once "inc_wrapper.php";
|
|||
|
||||
require_once "inc_alert_feedback.php";
|
||||
|
||||
require_once "pagination_head.php";
|
||||
require_once "filter_header.php";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@ require_once "inc_wrapper.php";
|
|||
|
||||
require_once "inc_alert_feedback.php";
|
||||
|
||||
require_once "pagination_head.php";
|
||||
require_once "filter_header.php";
|
||||
|
|
|
|||
|
|
@ -305,7 +305,7 @@ require_once "inc_alert_feedback.php";
|
|||
|
||||
require_once "inc_client_top_head.php";
|
||||
|
||||
require_once "pagination_head.php";
|
||||
require_once "filter_header.php";
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ require_once "inc_wrapper.php";
|
|||
|
||||
require_once "inc_alert_feedback.php";
|
||||
|
||||
require_once "pagination_head.php";
|
||||
require_once "filter_header.php";
|
||||
|
||||
// Set variable default values
|
||||
$largest_income_month = 0;
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ require_once "inc_wrapper.php";
|
|||
|
||||
require_once "inc_alert_feedback.php";
|
||||
|
||||
require_once "pagination_head.php";
|
||||
require_once "filter_header.php";
|
||||
|
|
|
|||
Loading…
Reference in New Issue