It's called 'Scaccarium' (Latin for 'chessboard', or 'game of chess') and has a tableless, CSS-based, multi-column, variable-width layout with a chess theme.
You can view a working version of the theme here: http://dev.panda.id.au
And a screenshot of the site when logged in here: http://dev.panda.id.au/sites/dev.panda.id.au/files/screenshot.png
The inspiration for this theme was a free, Creative Commons-licensed CSS theme from TemplateWorld which you can view here.
Apart from one or two images I used directly, everything in the theme I created myself (and hereby license under the GPL).
One of the main reasons I have for wanting to submit and maintain a theme on Drupal.org, is that there are not many ready-to-use themes that actually look good (compared with the overall number of themes on D.O). I think Drupal needs more beautiful themes that users can download and use out-of-the-box, and I think this theme does that.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | scaccarium.tar_.gz | 171.98 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedTheme tarball attached.
Comment #2
AjK commentedWhy is check_plain() only used if (empty($link['html'])) ? Seems to me that if you are going to use $link['title'] in $output you should unconditionally filter it to avoid any XSS problems. Could you explain more on this.
Comment #3
Anonymous (not verified) commentedI didn't actually write that code. The only code from that function that I wrote was:
and
The rest I basically copied and pasted from: http://api.drupal.org/api/function/theme_links/6
If there's a security issue here, maybe a patch needs to be submitted to Drupal core...
Comment #4
AjK commentedLooked closer at it and "html" is a flag to suppress check_plain() so in this case it's deliberate. So it's not a security issue.
Comment #5
Anonymous (not verified) commentedGreat, thanks!
Comment #7
avpaderno