File modules/cms/action/profile/ProfileShowAction.class.php
Last commit: Fri Dec 6 23:29:56 2024 +0100 Jan Dankert UI: Cleaner profile dialog in navigation menu.
1 <?php 2 namespace cms\action\profile; 3 use cms\action\Method; 4 use cms\action\ProfileAction; 5 6 class ProfileShowAction extends ProfileAction implements Method { 7 public function view() { 8 9 $this->setTemplateVars( $this->user->getProperties() ); 10 } 11 12 13 /** 14 * @return void 15 */ 16 public function post() { 17 18 } 19 }
Downloadmodules/cms/action/profile/ProfileShowAction.class.php
History Fri, 6 Dec 2024 23:29:56 +0100 Jan Dankert UI: Cleaner profile dialog in navigation menu.