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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user