This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Function that is in charge of rendering contents to the screen. It's a function that gets called automatically by other | |
* PHP files looking for the specific keyword in the function render. It can usually accept any parameters that we might wanna pass to the | |
* function. | |
* | |
* @return string | |
*/ |