Skip to content
Snippets Groups Projects
Commit 9b77fc2d authored by Onyxcodeotto's avatar Onyxcodeotto
Browse files

feat: Make publisher for each user

parent 1c7b18a8
Branches
Tags
No related merge requests found
......@@ -70,9 +70,13 @@
<p class="attribute">Email</p>
<p class="content"><?=$this->data->user_data->email?></p>
</div>
<button class="publisher-button button white-button btn-approve" data-user_id="<?=$_SESSION['user_id']?>" data-username="<?=$this->data->user_data->username?>">Make Publisher</button>
</div>
<!-- <h2>Your Song</h2>-->
<!-- --><?php //include(__DIR__."/../template/cardList.php")?>
</div>
<script type="text/javascript" src="../../../public/Controller/adminController.js"></script>
</body>
</html>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment