Browse
For agents
About
Front End PM
/
7.3
Front End PM
v7.3
Switch version
trunk
1.1
1.2
1.3
10.1.1
10.1.2
10.1.3
10.1.4
10.1.5
10.1.6
10.1.7
10.2.1
11.1.1
11.2.1
11.2.2
11.2.3
11.3.1
11.3.3
11.3.4
11.3.5
11.3.6
11.3.7
11.3.8
11.3.9
11.4.1
All 58 releases
Overview
Code
front-end-pm
/
templates
/
menu.php
menu.php
in Front End PM 7.3, at templates/menu.php
19 lines
252 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
if
(
!
defined
(
'
ABSPATH
'
)
)
{
4
exit
;
//
Exit if accessed directly.
5
}
6
7
?
>
8
9
10
<
div
id
=
"
fep-menu
"
>
11
12
<
?
php
do_action
(
'
fep_menu_button
'
)
;
?
>
13
14
<
/
div
>
<
!
--
#
fep-menu -->
15
<
div
id
=
"
fep-content
"
>
16
17
<
?
php
do_action
(
'
fep_display_before_content
'
)
;
?
>
18
19