streams/view/theme/redbasic/schema/boxy.php

19 lines
353 B
PHP
Raw Normal View History

<?php
if (!$comment_padding)
$comment_padding="42px";
if (!$comment_border_left)
$comment_border_left="1px solid";
if (!$comment_border_right)
$comment_border_right="1px solid";
if (!$comment_border_top)
$comment_border_top="1px solid";
if (!$comment_border_bottom)
$comment_border_bottom="1px solid";
2014-05-11 01:16:39 +00:00
if (! $radiuspx)
$radiuspx = "4";