remove user redirect for guest

main
pichalite 9 years ago
parent bcefca6ee2
commit fe20c426a9

@ -16,7 +16,7 @@
<i class="fa fa-check"></i> <i class="fa fa-check"></i>
</div> </div>
<!-- ELSE --> <!-- ELSE -->
<a href="{config.relative_path}/user/{topics.user.userslug}" class="pull-left"> <a href="<!-- IF topics.user.userslug -->{config.relative_path}/user/{topics.user.userslug}<!-- ELSE -->#<!-- ENDIF topics.user.userslug -->" class="pull-left">
<!-- IF topics.user.picture --> <!-- IF topics.user.picture -->
{function.renderTopicImage} {function.renderTopicImage}
<!-- ELSE --> <!-- ELSE -->

Loading…
Cancel
Save