ファイルの再配置
This commit is contained in:
16
view/theme/plusfuture/php/widget_userlogomenu.php
Normal file
16
view/theme/plusfuture/php/widget_userlogomenu.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
function widget_userlogomenu($args) {
|
||||
|
||||
$channel = channelx_by_n(\App::$profile_uid);
|
||||
|
||||
$o = replace_macros(get_markup_template('userlogomenu.tpl'), array(
|
||||
'$sitelocation' => $site['$sitelocation'],
|
||||
'$banner' => $channel['channel_name'],
|
||||
'$channel' => $channel['channel_address'],
|
||||
'$avatar' => $channel['xchan_photo_s'],
|
||||
));
|
||||
|
||||
return $o;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user