projects
/
project/zen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
#199036 by joachim: Make padding on #squeeze conditional
[project/zen.git]
/
box.tpl.php
1
<
div
class
=
"box"
><
div
class
=
"box-inner"
>
2
3
<
?php
if
(
$title
):
?
>
4
<
h2
class
=
"title"
><
?php
print
$title
;
?
></
h2
>
5
<
?php
endif
;
?
>
6
7
<
div
class
=
"content"
>
8
<
?php
print
$content
;
?
>
9
</
div
>
10
11
</
div
></
div
> <!-- /
box
-
inner
, /
box
-->