denny / ShinyCMS

ShinyCMS is an open source CMS. This is the Perl version, built with Catalyst and DBIC. (There is also a Ruby on Rails version: www.github.com/denny/ShinyCMS-ruby)
58 stars 24 forks source link

login.tt conditional #59

Closed Hiranyaloka closed 8 years ago

Hiranyaloka commented 9 years ago
    <span class="small">Click here if you 
    [%- IF c.controller('User').allow_registration.upper == 'YES' -%]
     want to <a href="[% c.uri_for( 'register' ) %]">register a new account</a>
    or here if you
    [%- END -%] <a href="[% c.uri_for( 'forgot-details' ) %]">forgot your login details</a></span>