mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
remove my modification about blogimage
I remove it because it's require blog module
This commit is contained in:
parent
8e3e4d4f23
commit
77694d1d93
@ -8,9 +8,7 @@
|
|||||||
<span class="date">$Created.Nice ($Created.Ago)</span>
|
<span class="date">$Created.Nice ($Created.Ago)</span>
|
||||||
</p>
|
</p>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
<% if $Author.BlogProfileImage && $Gravatar %>
|
<% if $Gravatar %>
|
||||||
<img class="gravatar" src="$Author.BlogProfileImage.URL" alt="Gravatar for $Author.Name.ATT" title="Gravatar for $Author.Name.ATT" />
|
|
||||||
<% else_if $Gravatar %>
|
|
||||||
<img class="gravatar" src="$Gravatar.ATT" alt="Gravatar for $Name.ATT" title="Gravatar for $Name.ATT" />
|
<img class="gravatar" src="$Gravatar.ATT" alt="Gravatar for $Name.ATT" title="Gravatar for $Name.ATT" />
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
<div class="comment-text<% if $Gravatar %> hasGravatar<% end_if %>" id="<% if $isPreview %>comment-preview<% else %>$Permalink<% end_if %>">
|
<div class="comment-text<% if $Gravatar %> hasGravatar<% end_if %>" id="<% if $isPreview %>comment-preview<% else %>$Permalink<% end_if %>">
|
||||||
|
Loading…
Reference in New Issue
Block a user