'fas fa-at', 'title' => 'E-mail', 'url' => 'mailto:me@flash.moe', ], [ 'icon' => 'fas fa-bolt', 'title' => 'Flashii', 'url' => 'https://flashii.net/profile.php?u=1', ], [ 'icon' => 'fab fa-github', 'title' => 'Github', 'url' => 'https://github.com/flashwave', ], [ 'icon' => 'fab fa-youtube', 'title' => 'YouTube', 'url' => 'https://youtube.com/c/flashwave', ], [ 'icon' => 'fab fa-twitch', 'title' => 'Twitch', 'url' => 'https://twitch.tv/flashwave0', ], [ 'icon' => 'fab fa-steam', 'title' => 'Steam', 'url' => 'https://steamcommunity.com/id/flashwave_', ], [ 'icon' => 'fab fa-twitter', 'title' => 'Twitter', 'url' => 'javascript:confirm(\'Proceed with caution.\') ? location.assign(\'https://twitter.com/smugwave\') : void(0);', ], [ 'icon' => 'fab fa-lastfm', 'title' => 'last.fm', 'url' => 'https://www.last.fm/user/flashwave_', ], [ 'icon' => 'fab fa-nintendo-switch', 'title' => 'Switch', 'url' => 'javascript:alert(\'SW-7446-8163-4902\');', ], [ 'icon' => 'fab fa-paypal', 'title' => 'Donate', 'url' => 'https://paypal.me/flashwave', ], ]; $getBlogPosts = $pdo->prepare(' SELECT `post_id`, `post_title`, `post_text`, `post_published` FROM `fm_blog_posts` AS bp WHERE `post_published` IS NOT NULL AND `post_published` < CURRENT_TIMESTAMP AND `post_deleted` IS NULL ORDER BY `post_published` DESC '); $getBlogPosts->execute(); $blogPosts = $getBlogPosts->fetchAll(PDO::FETCH_OBJ); echo html_open() . '
' . html_head('flash.moe', HEAD_FLASHWAVE) . ''; if(html_old_ie()) echo '=trim(explode("\n", $post->post_text)[0]);?>
Continue reading Posted =$post->post_published;?>