print submitted block only if there is submitted data
stBorchert - March 3, 2007 - 15:43
| Project: | Gutenberg |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
<span class="post-footers"><?php print $submitted ?></span> results in an empty <span></span> if $submitted is empty.
The patch fixes this and replaces "Permalink" with .<?php
print t('Permalink')
?>
Besides: what a great idea! Thank you.
| Attachment | Size |
|---|---|
| node.tpl_.patch | 654 bytes |

#1
Fixed in the 1.1 release. Thanks!
#2