diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-08 19:42:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-08 19:42:56 -0300 |
commit | eec8e86bccc79595b980048db0380254bbceb6d7 (patch) | |
tree | 01ed36e5c90dfa982328b5b1eb1098e196e99482 | |
parent | 553ab777e1973ee72c0c36ab1b5cd88b5d8b2450 (diff) | |
download | calendario-eec8e86bccc79595b980048db0380254bbceb6d7.tar.gz calendario-eec8e86bccc79595b980048db0380254bbceb6d7.tar.bz2 |
-a -m Template change
-rw-r--r-- | calendario-embed-widget.tpl.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendario-embed-widget.tpl.php b/calendario-embed-widget.tpl.php index 58e8f3b..72ac175 100644 --- a/calendario-embed-widget.tpl.php +++ b/calendario-embed-widget.tpl.php @@ -1,7 +1,8 @@ <strong>Este calendário no seu site:</strong><br /> <pre> -<iframe src="https://calendario.sarava.org/pt-br/widgets/calendario/<?php print $link; ?>" width="630" height="800" style="border: none;"> +<iframe src="https://calendario.sarava.org/pt-br/widgets/calendario/<?php print $link; ?>" + width="630" height="800" style="border: none;"> <a href="https://calendario.sarava.org/pt-br/widgets/calendario/<?php print $link; ?>">Calendário</a>. </iframe> </pre> |