Extension BlogThis: Added translation support
[vanilla-miry.git] / themes / people_signout_form_nopostback.php
blobbdb63892bc84a17042c55a465eaa133a5b10bfc6
1 <?php
2 // Note: This file is included from the library/People/People.Control.Leave.php class.
4 echo '<div id="SignOutForm">';
5 $this->Render_PostBackForm();
6 $this->Render_Warnings();
7 echo '<fieldset>
8 <div class="Submit">
9 <input type="submit" name="sign-out" value="'.$this->Context->GetDefinition('SignOut').'" class="Button" />
10 </div>
11 </form>
12 </fieldset>
13 </div>';