master #7

Merged
manfromhuh merged 6 commits from 20xd6/simple_blog:master into master 2022-12-20 16:15:20 -05:00
Showing only changes of commit 206f94f5db - Show all commits

View File

@ -5,7 +5,7 @@
echo "<article><h1 id=\"page_title\">Posts by Tag</h1></article>";
echo "<div id=\"search_inputs\"><input type=\"text\" id=\"tag_sort\" onkeyup=\"tag_search()\" placeholder=\"Search Tags...\" title=\"Type a tage to search\"><input id=\"search_toggle\" type=\"button\" value=\"Search Titles\" onclick=\"search_toggle()\"></div><!--End Div Search Inputs-->";
function read_tags($tags_file){
if (filesize($tags_vile) == 0){
if (filesize($tags_file) == 0){
echo "<br/>\n<br/>";
return;
}