Skip to content

Instantly share code, notes, and snippets.

@pgampe
Created November 26, 2012 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgampe/4150846 to your computer and use it in GitHub Desktop.
Save pgampe/4150846 to your computer and use it in GitHub Desktop.
grid config
backend_layout {
colCount = 5
rowCount = 5
rows {
1 {
columns {
1 {
name = Add
rowspan = 2
colPos = 4
}
2 {
name = Menu
colspan = 3
colPos = 5
}
3 {
name = Border
rowspan = 5
colPos = 3
}
}
}
2 {
columns {
1 {
name = Main Content
colspan = 2
rowspan = 3
colPos = 0
}
2 {
name = Right Columb
rowspan = 3
colPos = 2
}
}
}
3 {
columns {
1 {
name = Left column
rowspan = 3
colPos = 1
}
}
}
4 {
columns {
}
}
5 {
columns {
1 {
name = Footer
colspan = 3
colPos = 6
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment