projects
/
project/panels.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
CSS sent during AJAX via the rednerer add_css needs file_create_url if using ctools...
[project/panels.git]
/
plugins
/
layouts
/
onecol
/
onecol.inc
1
<
?php
2
3
/**
4
* implementation of hook_panels_layouts()
5
*/
6
// Plugin definition
7
$plugin
=
array
(
8
'title'
=>
t
(
'Single column'
),
9
'category'
=>
t
(
'Columns: 1'
),
10
'icon'
=>
'onecol.png'
,
11
'theme'
=>
'panels_onecol'
,
12
'css'
=>
'onecol.css'
,
13
'regions'
=>
array
(
'middle'
=>
t
(
'Middle column'
)),
14
);