flash.moe/tpl/np.php

8 lines
192 B
PHP
Raw Normal View History

<?php
$self->extends('master');
$self->header_title = 'flash.moe / now listening';
$self->header_full = true;
$self->header_now_playing = true;
$self->footer_onload = [['fm.initIndex', 10]];