[ * Include the base template, which sets up some of our variables * ] [ include file="../templates/default/base.tpl.html" ] [ * Include the channel header template * ] [ include file="../templates/default/header.tpl.html" ] [ * Include the sidebar * ] [ include file="../templates/default/sidebar.tpl.html" ]
[ $post.Title ] | |
[ * Display the edit/reply/delete links, based on the current user's permissions * ]
[ * If the user is allowed to delete posts from this channel, display the "Delete" link * ]
[ if $thisSession.Variables.RIGHTS|indexOf:"d" !== false ]
![]() ![]() |
|
[ $post.Content ] | |
[ $key ]: | [ $value ] |
[ * If the user is allowed to post replies in this channel, display the "Reply" link * ]
[ if $SUBSCRIPTION|indexOf:"y" !== false ]
![]() |
Welcome to [ $siteConfig.Defaults.SiteName ]! | |
[ LIVEDATA ][ $smarty.now|Timestamp:"l, d F Y" ][ /LIVEDATA ] | |
Welcome to [ $siteConfig.Defaults.SiteName ]. At the moment, "[ $thisChannel.ChannelName ]" (this particular channel) does not have any posts in it, so there is nothing to display except this default message however, you can change this if you are a registered user by logging in and posting something here. Alternatively, you can browse the other channels or search the site for something specific; or, if you have questions, you can [ mailto address=$siteConfig.Defaults.Webmaster text="contact the webmaster" encode="javascript_charcode" extra="title='Contact the webmaster'" ]. |
|