Browse
For agents
About
Cooked – Recipe Management
/
trunk
Cooked – Recipe Management
vtrunk
Switch version
1.16.0
1.15.0
trunk
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.12.0
1.13.0
1.14.0
1.7.10
1.7.11
1.7.12
1.7.13
1.7.15.1
1.7.15.3
1.7.15.4
1.8.0
1.8.1
1.8.2
1.8.3
1.8.4
1.8.5
All 36 releases
Overview
Code
cooked
/
includes
/
widgets
/
init.php
init.php
in Cooked – Recipe Management trunk, at includes/widgets/init.php
15 lines
237 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
* Widgets Init
4
*
5
*
@package
Cooked
6
*
@subpackage
Widgets
7
*
@since
1.2.0
8
*/
9
10
include
'
nutrition.php
'
;
11
include
'
search.php
'
;
12
include
'
recipe-list.php
'
;
13
include
'
recipe-categories.php
'
;
14
include
'
recipe-card.php
'
;
15