1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 20:33:06 +05:30

(refactor): made keybinding links fully dynamic

This commit is contained in:
2024-02-02 01:09:33 +05:30
parent 2416cfae1f
commit 1b27da85e7
2 changed files with 24 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ function fetch_page_title($conn, $page_name) {
}
}
//function to fetch page title
//function to fetch quick actions link
function fetch_quick_action_link($conn, $action_name) {
$sql = "SELECT link FROM quick_actions WHERE name = '$action_name'";
$result = $conn -> query($sql);