diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-26 22:48:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-26 22:48:11 -0300 |
commit | 97356e956620b678e247696a31c843e96a87e2b8 (patch) | |
tree | 33d5b70f5bc3520cb6c9f583fbb3cc810a02eb7d /templates | |
parent | b8331d7d0de9923b6cf620444be09d1a3018643f (diff) | |
download | muambeiro-97356e956620b678e247696a31c843e96a87e2b8.tar.gz muambeiro-97356e956620b678e247696a31c843e96a87e2b8.tar.bz2 |
Adding colorbox ajax support
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page--colorbox.tpl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page--colorbox.tpl.php b/templates/page--colorbox.tpl.php new file mode 100644 index 0000000..5e88480 --- /dev/null +++ b/templates/page--colorbox.tpl.php @@ -0,0 +1 @@ +<?php print render($page['content']); ?> |