CloneSet4


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15630.979php_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1155
administrator/components/com_categories/views/categories/tmpl/default.php
2158
administrator/components/com_categories/views/categories/tmpl/default.php
3164
administrator/components/com_categories/views/categories/tmpl/default.php
4167
administrator/components/com_categories/views/categories/tmpl/default.php
5157
administrator/components/com_content/views/articles/tmpl/default.php
6160
administrator/components/com_content/views/articles/tmpl/default.php
7163
administrator/components/com_content/views/articles/tmpl/default.php
8166
administrator/components/com_content/views/articles/tmpl/default.php
9169
administrator/components/com_content/views/articles/tmpl/default.php
10172
administrator/components/com_content/views/articles/tmpl/default.php
11176
administrator/components/com_content/views/articles/tmpl/default.php
12179
administrator/components/com_content/views/articles/tmpl/default.php
13182
administrator/components/com_content/views/articles/tmpl/default.php
14185
administrator/components/com_content/views/articles/tmpl/default.php
15157
administrator/components/com_content/views/articles/tmpl/modal.php
16160
administrator/components/com_content/views/articles/tmpl/modal.php
17163
administrator/components/com_content/views/articles/tmpl/modal.php
18166
administrator/components/com_content/views/articles/tmpl/modal.php
19169
administrator/components/com_content/views/articles/tmpl/modal.php
20150
administrator/components/com_content/views/featured/tmpl/default.php
21153
administrator/components/com_content/views/featured/tmpl/default.php
22156
administrator/components/com_content/views/featured/tmpl/default.php
23159
administrator/components/com_content/views/featured/tmpl/default.php
24162
administrator/components/com_content/views/featured/tmpl/default.php
25166
administrator/components/com_content/views/featured/tmpl/default.php
26169
administrator/components/com_content/views/featured/tmpl/default.php
27172
administrator/components/com_content/views/featured/tmpl/default.php
28175
administrator/components/com_content/views/featured/tmpl/default.php
29163
administrator/components/com_menus/views/items/tmpl/default.php
30166
administrator/components/com_menus/views/items/tmpl/default.php
31173
administrator/components/com_menus/views/items/tmpl/default.php
32176
administrator/components/com_menus/views/items/tmpl/default.php
33129
administrator/components/com_menus/views/menus/tmpl/default.php
34138
administrator/components/com_menus/views/menus/tmpl/default.php
35152
administrator/components/com_redirect/views/links/tmpl/default.php
36155
administrator/components/com_redirect/views/links/tmpl/default.php
37158
administrator/components/com_redirect/views/links/tmpl/default.php
38161
administrator/components/com_redirect/views/links/tmpl/default.php
39164
administrator/components/com_redirect/views/links/tmpl/default.php
40151
administrator/components/com_users/views/users/tmpl/default.php
41154
administrator/components/com_users/views/users/tmpl/default.php
42157
administrator/components/com_users/views/users/tmpl/default.php
43160
administrator/components/com_users/views/users/tmpl/default.php
44166
administrator/components/com_users/views/users/tmpl/default.php
45169
administrator/components/com_users/views/users/tmpl/default.php
46172
administrator/components/com_users/views/users/tmpl/default.php
47141
administrator/components/com_users/views/users/tmpl/modal.php
48144
administrator/components/com_users/views/users/tmpl/modal.php
49147
administrator/components/com_users/views/users/tmpl/modal.php
50160
administrator/components/com_weblinks/views/weblinks/tmpl/default.php
51163
administrator/components/com_weblinks/views/weblinks/tmpl/default.php
52166
administrator/components/com_weblinks/views/weblinks/tmpl/default.php
53170
administrator/components/com_weblinks/views/weblinks/tmpl/default.php
54173
administrator/components/com_weblinks/views/weblinks/tmpl/default.php
55176
administrator/components/com_weblinks/views/weblinks/tmpl/default.php
56179
administrator/components/com_weblinks/views/weblinks/tmpl/default.php
Clone Instance
1
Line Count
1
Source Line
55
Source File
administrator/components/com_categories/views/categories/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Title', 'a.title', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
2
Line Count
1
Source Line
58
Source File
administrator/components/com_categories/views/categories/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Published', 'a.published', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%" nowrap="nowrap">


Clone Instance
3
Line Count
1
Source Line
64
Source File
administrator/components/com_categories/views/categories/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_Access', 'category', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="1%" nowrap="nowrap">


Clone Instance
4
Line Count
1
Source Line
67
Source File
administrator/components/com_categories/views/categories/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_ID', 'a.lft', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15">


Clone Instance
5
Line Count
1
Source Line
57
Source File
administrator/components/com_content/views/articles/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Title', 'a.title', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
6
Line Count
1
Source Line
60
Source File
administrator/components/com_content/views/articles/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Published', 'a.state', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
7
Line Count
1
Source Line
63
Source File
administrator/components/com_content/views/articles/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'Content_Heading_Featured', 'a.featured', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
8
Line Count
1
Source Line
66
Source File
administrator/components/com_content/views/articles/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Category', 'a.catid', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
9
Line Count
1
Source Line
69
Source File
administrator/components/com_content/views/articles/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Created_by', 'a.created_by', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="10%" nowrap="nowrap">


Clone Instance
10
Line Count
1
Source Line
72
Source File
administrator/components/com_content/views/articles/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_Ordering', 'a.ordering', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>


Clone Instance
11
Line Count
1
Source Line
76
Source File
administrator/components/com_content/views/articles/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_Access', 'category', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
12
Line Count
1
Source Line
79
Source File
administrator/components/com_content/views/articles/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'Content_Heading_Date', 'a.created', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
13
Line Count
1
Source Line
82
Source File
administrator/components/com_content/views/articles/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_Hits', 'a.hits', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="1%" nowrap="nowrap">


Clone Instance
14
Line Count
1
Source Line
85
Source File
administrator/components/com_content/views/articles/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_ID', 'a.id', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15">


Clone Instance
15
Line Count
1
Source Line
57
Source File
administrator/components/com_content/views/articles/tmpl/modal.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Title', 'a.title', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
16
Line Count
1
Source Line
60
Source File
administrator/components/com_content/views/articles/tmpl/modal.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Category', 'a.catid', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="10%">


Clone Instance
17
Line Count
1
Source Line
63
Source File
administrator/components/com_content/views/articles/tmpl/modal.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_Access', 'category', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
18
Line Count
1
Source Line
66
Source File
administrator/components/com_content/views/articles/tmpl/modal.php

                                        <?php echo JHtml::_('grid.sort',  'Content_Heading_Date', 'a.created', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="1%" nowrap="nowrap">


Clone Instance
19
Line Count
1
Source Line
69
Source File
administrator/components/com_content/views/articles/tmpl/modal.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_ID', 'a.id', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15">


Clone Instance
20
Line Count
1
Source Line
50
Source File
administrator/components/com_content/views/featured/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Title', 'a.title', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
21
Line Count
1
Source Line
53
Source File
administrator/components/com_content/views/featured/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Published', 'a.state', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
22
Line Count
1
Source Line
56
Source File
administrator/components/com_content/views/featured/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Category', 'a.catid', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
23
Line Count
1
Source Line
59
Source File
administrator/components/com_content/views/featured/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Created_by', 'a.created_by', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="10%" nowrap="nowrap">


Clone Instance
24
Line Count
1
Source Line
62
Source File
administrator/components/com_content/views/featured/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_Ordering', 'fp.ordering', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>


Clone Instance
25
Line Count
1
Source Line
66
Source File
administrator/components/com_content/views/featured/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_Access', 'category', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
26
Line Count
1
Source Line
69
Source File
administrator/components/com_content/views/featured/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'Content_Heading_Date', 'a.created', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
27
Line Count
1
Source Line
72
Source File
administrator/components/com_content/views/featured/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_Hits', 'a.hits', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="1%" nowrap="nowrap">


Clone Instance
28
Line Count
1
Source Line
75
Source File
administrator/components/com_content/views/featured/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_ID', 'a.id', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15">


Clone Instance
29
Line Count
1
Source Line
63
Source File
administrator/components/com_menus/views/items/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Title', 'a.title', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
30
Line Count
1
Source Line
66
Source File
administrator/components/com_menus/views/items/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_Published', 'a.published', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="10%" nowrap="nowrap">


Clone Instance
31
Line Count
1
Source Line
73
Source File
administrator/components/com_menus/views/items/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_Access', 'category', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="1%" nowrap="nowrap">


Clone Instance
32
Line Count
1
Source Line
76
Source File
administrator/components/com_menus/views/items/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_ID', 'a.lft', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15">


Clone Instance
33
Line Count
1
Source Line
29
Source File
administrator/components/com_menus/views/menus/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_Title', 'a.title', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="30%" colspan="3">


Clone Instance
34
Line Count
1
Source Line
38
Source File
administrator/components/com_menus/views/menus/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_ID', 'a.id', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
</tr>
<tr>
  <th width="10%">


Clone Instance
35
Line Count
1
Source Line
52
Source File
administrator/components/com_redirect/views/links/tmpl/default.php

                                <?php echo JHtml::_('grid.sort', 'REDIRECT_LINK_OLD_URL', 'old_url', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th nowrap="nowrap" width="30%">


Clone Instance
36
Line Count
1
Source Line
55
Source File
administrator/components/com_redirect/views/links/tmpl/default.php

                                <?php echo JHtml::_('grid.sort', 'REDIRECT_LINK_NEW_URL', 'new_url', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th nowrap="nowrap" width="30%">


Clone Instance
37
Line Count
1
Source Line
58
Source File
administrator/components/com_redirect/views/links/tmpl/default.php

                                <?php echo JHtml::_('grid.sort', 'REDIRECT_LINK_REFERRER', 'referer', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th nowrap="nowrap" width="10%">


Clone Instance
38
Line Count
1
Source Line
61
Source File
administrator/components/com_redirect/views/links/tmpl/default.php

                                <?php echo JHtml::_('grid.sort', 'REDIRECT_LINK_CREATED_DATE', 'created_date', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th nowrap="nowrap" width="5%">


Clone Instance
39
Line Count
1
Source Line
64
Source File
administrator/components/com_redirect/views/links/tmpl/default.php

                                <?php echo JHtml::_('grid.sort', 'REDIRECT_LINK_STATE', 'published', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="6">


Clone Instance
40
Line Count
1
Source Line
51
Source File
administrator/components/com_users/views/users/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'Users_Heading_Name', 'a.name', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th nowrap="nowrap" width="15%">


Clone Instance
41
Line Count
1
Source Line
54
Source File
administrator/components/com_users/views/users/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'Users_Heading_Username', 'a.username', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th nowrap="nowrap" width="5%">


Clone Instance
42
Line Count
1
Source Line
57
Source File
administrator/components/com_users/views/users/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'Users_Heading_Enabled', 'a.block', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th nowrap="nowrap" width="5%">


Clone Instance
43
Line Count
1
Source Line
60
Source File
administrator/components/com_users/views/users/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'Users_Heading_Activated', 'a.activation', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th nowrap="nowrap" width="15%">


Clone Instance
44
Line Count
1
Source Line
66
Source File
administrator/components/com_users/views/users/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'Users_Heading_Email', 'a.email', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th nowrap="nowrap" width="15%">


Clone Instance
45
Line Count
1
Source Line
69
Source File
administrator/components/com_users/views/users/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'Users_Heading_Last_Visit_Date', 'a.lastvisitDate', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th nowrap="nowrap" width="3%">


Clone Instance
46
Line Count
1
Source Line
72
Source File
administrator/components/com_users/views/users/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort', 'JGrid_Heading_ID', 'a.id', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15">


Clone Instance
47
Line Count
1
Source Line
41
Source File
administrator/components/com_users/views/users/tmpl/modal.php

                                        <?php echo JHtml::_('grid.sort', 'Users_Heading_Name', 'a.name', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th nowrap="nowrap" width="25%">


Clone Instance
48
Line Count
1
Source Line
44
Source File
administrator/components/com_users/views/users/tmpl/modal.php

                                        <?php echo JHtml::_('grid.sort', 'Users_Heading_UserName', 'a.username', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th nowrap="nowrap" width="25%">


Clone Instance
49
Line Count
1
Source Line
47
Source File
administrator/components/com_users/views/users/tmpl/modal.php

                                        <?php echo JHtml::_('grid.sort', 'Users_Heading_Groups', 'a.group_names', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15">


Clone Instance
50
Line Count
1
Source Line
60
Source File
administrator/components/com_weblinks/views/weblinks/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'Weblinks_Title_Heading', 'a.title', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%" nowrap="nowrap">


Clone Instance
51
Line Count
1
Source Line
63
Source File
administrator/components/com_weblinks/views/weblinks/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'Weblinks_State_Heading', 'a.state', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="10%" nowrap="nowrap">


Clone Instance
52
Line Count
1
Source Line
66
Source File
administrator/components/com_weblinks/views/weblinks/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'Weblinks_Order_Heading', 'a.ordering', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>


Clone Instance
53
Line Count
1
Source Line
70
Source File
administrator/components/com_weblinks/views/weblinks/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'Weblinks_Category_Heading', 'category', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="10%" class="title">


Clone Instance
54
Line Count
1
Source Line
73
Source File
administrator/components/com_weblinks/views/weblinks/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'Weblinks_Access_Heading', 'category', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="5%">


Clone Instance
55
Line Count
1
Source Line
76
Source File
administrator/components/com_weblinks/views/weblinks/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'Weblinks_Hits_Heading', 'a.hits', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
<th width="1%" nowrap="nowrap">


Clone Instance
56
Line Count
1
Source Line
79
Source File
administrator/components/com_weblinks/views/weblinks/tmpl/default.php

                                        <?php echo JHtml::_('grid.sort',  'JGrid_Heading_ID', 'a.id', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?>
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="9">


Clone AbstractionParameter Count: 3Parameter Bindings

<?php
  echo JHtml::_('grid.sort', [[#variable524260a0]], [[#variable57ce16e0]],$this->state->get('list.direction'),$this->state->get('list.ordering'));
?> [[#variable3c6c7f20]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#524260a0]]
'JGrid_Heading_Title' 
12[[#524260a0]]
'JGrid_Heading_Published' 
13[[#524260a0]]
'JGrid_Heading_Access' 
14[[#524260a0]]
'JGrid_Heading_ID' 
15[[#524260a0]]
'JGrid_Heading_Published' 
16[[#524260a0]]
'JGrid_Heading_ID' 
17[[#524260a0]]
'Users_Heading_Name' 
18[[#524260a0]]
'JGrid_Heading_Category' 
19[[#524260a0]]
'JGrid_Heading_Created_by' 
110[[#524260a0]]
'JGrid_Heading_Access' 
111[[#524260a0]]
'Content_Heading_Date' 
112[[#524260a0]]
'JGrid_Heading_Hits' 
113[[#524260a0]]
'JGrid_Heading_ID' 
114[[#524260a0]]
'JGrid_Heading_Category' 
115[[#524260a0]]
'Content_Heading_Date' 
116[[#524260a0]]
'JGrid_Heading_Title' 
117[[#524260a0]]
'JGrid_Heading_ID' 
118[[#524260a0]]
'Weblinks_Title_Heading' 
119[[#524260a0]]
'Weblinks_State_Heading' 
120[[#524260a0]]
'Weblinks_Order_Heading' 
121[[#524260a0]]
'Weblinks_Category_Heading' 
122[[#524260a0]]
'Weblinks_Access_Heading' 
123[[#524260a0]]
'Weblinks_Hits_Heading' 
124[[#524260a0]]
'Users_Heading_UserName' 
125[[#524260a0]]
'Users_Heading_Groups' 
126[[#524260a0]]
'Users_Heading_Name' 
127[[#524260a0]]
'Users_Heading_Username' 
128[[#524260a0]]
'Users_Heading_Enabled' 
129[[#524260a0]]
'Users_Heading_Activated' 
130[[#524260a0]]
'Users_Heading_Email' 
131[[#524260a0]]
'Users_Heading_Last_Visit_Date' 
132[[#524260a0]]
'REDIRECT_LINK_OLD_URL' 
133[[#524260a0]]
'REDIRECT_LINK_NEW_URL' 
134[[#524260a0]]
'REDIRECT_LINK_REFERRER' 
135[[#524260a0]]
'REDIRECT_LINK_CREATED_DATE' 
136[[#524260a0]]
'REDIRECT_LINK_STATE' 
137[[#524260a0]]
'JGrid_Heading_Ordering' 
138[[#524260a0]]
'Content_Heading_Featured' 
139[[#524260a0]]
'JGrid_Heading_Ordering' 
140[[#524260a0]]
'JGrid_Heading_Published' 
141[[#524260a0]]
'JGrid_Heading_Title' 
142[[#524260a0]]
'JGrid_Heading_ID' 
143[[#524260a0]]
'JGrid_Heading_Title' 
144[[#524260a0]]
'JGrid_Heading_Title' 
145[[#524260a0]]
'JGrid_Heading_Published' 
146[[#524260a0]]
'JGrid_Heading_ID' 
147[[#524260a0]]
'JGrid_Heading_Category' 
148[[#524260a0]]
'JGrid_Heading_Created_by' 
149[[#524260a0]]
'JGrid_Heading_Access' 
150[[#524260a0]]
'Content_Heading_Date' 
151[[#524260a0]]
'JGrid_Heading_Hits' 
152[[#524260a0]]
'JGrid_Heading_ID' 
153[[#524260a0]]
'JGrid_Heading_Title' 
154[[#524260a0]]
'JGrid_Heading_Access' 
155[[#524260a0]]
'JGrid_Heading_Access' 
156[[#524260a0]]
'JGrid_Heading_ID' 
21[[#57ce16e0]]
'a.title' 
22[[#57ce16e0]]
'a.published' 
23[[#57ce16e0]]
'category' 
24[[#57ce16e0]]
'a.lft' 
25[[#57ce16e0]]
'a.state' 
26[[#57ce16e0]]
'a.id' 
27[[#57ce16e0]]
'a.name' 
28[[#57ce16e0]]
'a.catid' 
29[[#57ce16e0]]
'a.created_by' 
210[[#57ce16e0]]
'category' 
211[[#57ce16e0]]
'a.created' 
212[[#57ce16e0]]
'a.hits' 
213[[#57ce16e0]]
'a.id' 
214[[#57ce16e0]]
'a.catid' 
215[[#57ce16e0]]
'a.created' 
216[[#57ce16e0]]
'a.title' 
217[[#57ce16e0]]
'a.id' 
218[[#57ce16e0]]
'a.title' 
219[[#57ce16e0]]
'a.state' 
220[[#57ce16e0]]
'a.ordering' 
221[[#57ce16e0]]
'category' 
222[[#57ce16e0]]
'category' 
223[[#57ce16e0]]
'a.hits' 
224[[#57ce16e0]]
'a.username' 
225[[#57ce16e0]]
'a.group_names' 
226[[#57ce16e0]]
'a.name' 
227[[#57ce16e0]]
'a.username' 
228[[#57ce16e0]]
'a.block' 
229[[#57ce16e0]]
'a.activation' 
230[[#57ce16e0]]
'a.email' 
231[[#57ce16e0]]
'a.lastvisitDate' 
232[[#57ce16e0]]
'old_url' 
233[[#57ce16e0]]
'new_url' 
234[[#57ce16e0]]
'referer' 
235[[#57ce16e0]]
'created_date' 
236[[#57ce16e0]]
'published' 
237[[#57ce16e0]]
'fp.ordering' 
238[[#57ce16e0]]
'a.featured' 
239[[#57ce16e0]]
'a.ordering' 
240[[#57ce16e0]]
'a.published' 
241[[#57ce16e0]]
'a.title' 
242[[#57ce16e0]]
'a.id' 
243[[#57ce16e0]]
'a.title' 
244[[#57ce16e0]]
'a.title' 
245[[#57ce16e0]]
'a.state' 
246[[#57ce16e0]]
'a.id' 
247[[#57ce16e0]]
'a.catid' 
248[[#57ce16e0]]
'a.created_by' 
249[[#57ce16e0]]
'category' 
250[[#57ce16e0]]
'a.created' 
251[[#57ce16e0]]
'a.hits' 
252[[#57ce16e0]]
'a.id' 
253[[#57ce16e0]]
'a.title' 
254[[#57ce16e0]]
'category' 
255[[#57ce16e0]]
'category' 
256[[#57ce16e0]]
'a.lft' 
31[[#3c6c7f20]]
</th>
<th width="5%"> 
32[[#3c6c7f20]]
</th>
<th width="10%" nowrap="nowrap"> 
33[[#3c6c7f20]]
</th>
<th width="1%" nowrap="nowrap"> 
34[[#3c6c7f20]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15"> 
35[[#3c6c7f20]]
</th>
<th width="5%"> 
36[[#3c6c7f20]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="9"> 
37[[#3c6c7f20]]
</th>
<th nowrap="nowrap" width="25%"> 
38[[#3c6c7f20]]
</th>
<th width="5%"> 
39[[#3c6c7f20]]
</th>
<th width="10%" nowrap="nowrap"> 
310[[#3c6c7f20]]
</th>
<th width="5%"> 
311[[#3c6c7f20]]
</th>
<th width="5%"> 
312[[#3c6c7f20]]
</th>
<th width="1%" nowrap="nowrap"> 
313[[#3c6c7f20]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15"> 
314[[#3c6c7f20]]
</th>
<th width="10%"> 
315[[#3c6c7f20]]
</th>
<th width="1%" nowrap="nowrap"> 
316[[#3c6c7f20]]
</th>
<th width="30%" colspan="3"> 
317[[#3c6c7f20]]
</th>
</tr>
<tr>
  <th width="10%"> 
318[[#3c6c7f20]]
</th>
<th width="5%" nowrap="nowrap"> 
319[[#3c6c7f20]]
</th>
<th width="10%" nowrap="nowrap"> 
320[[#3c6c7f20]]
 
321[[#3c6c7f20]]
</th>
<th width="10%" class="title"> 
322[[#3c6c7f20]]
</th>
<th width="5%"> 
323[[#3c6c7f20]]
</th>
<th width="1%" nowrap="nowrap"> 
324[[#3c6c7f20]]
</th>
<th nowrap="nowrap" width="25%"> 
325[[#3c6c7f20]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15"> 
326[[#3c6c7f20]]
</th>
<th nowrap="nowrap" width="15%"> 
327[[#3c6c7f20]]
</th>
<th nowrap="nowrap" width="5%"> 
328[[#3c6c7f20]]
</th>
<th nowrap="nowrap" width="5%"> 
329[[#3c6c7f20]]
</th>
<th nowrap="nowrap" width="15%"> 
330[[#3c6c7f20]]
</th>
<th nowrap="nowrap" width="15%"> 
331[[#3c6c7f20]]
</th>
<th nowrap="nowrap" width="3%"> 
332[[#3c6c7f20]]
</th>
<th nowrap="nowrap" width="30%"> 
333[[#3c6c7f20]]
</th>
<th nowrap="nowrap" width="30%"> 
334[[#3c6c7f20]]
</th>
<th nowrap="nowrap" width="10%"> 
335[[#3c6c7f20]]
</th>
<th nowrap="nowrap" width="5%"> 
336[[#3c6c7f20]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="6"> 
337[[#3c6c7f20]]
 
338[[#3c6c7f20]]
</th>
<th width="5%"> 
339[[#3c6c7f20]]
 
340[[#3c6c7f20]]
</th>
<th width="5%" nowrap="nowrap"> 
341[[#3c6c7f20]]
</th>
<th width="5%"> 
342[[#3c6c7f20]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15"> 
343[[#3c6c7f20]]
</th>
<th width="5%"> 
344[[#3c6c7f20]]
</th>
<th width="5%"> 
345[[#3c6c7f20]]
</th>
<th width="5%"> 
346[[#3c6c7f20]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15"> 
347[[#3c6c7f20]]
</th>
<th width="5%"> 
348[[#3c6c7f20]]
</th>
<th width="10%" nowrap="nowrap"> 
349[[#3c6c7f20]]
</th>
<th width="5%"> 
350[[#3c6c7f20]]
</th>
<th width="5%"> 
351[[#3c6c7f20]]
</th>
<th width="1%" nowrap="nowrap"> 
352[[#3c6c7f20]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15"> 
353[[#3c6c7f20]]
</th>
<th width="5%"> 
354[[#3c6c7f20]]
</th>
<th width="5%"> 
355[[#3c6c7f20]]
</th>
<th width="1%" nowrap="nowrap"> 
356[[#3c6c7f20]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="15">