Created
November 26, 2012 21:49
-
-
Save pgampe/4150846 to your computer and use it in GitHub Desktop.
grid config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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