From b80db8db05dbfd8e2c4af4840c3b6af0c27d6724 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Mon, 20 Jan 2014 20:02:26 -0500 Subject: [PATCH] Put symlink to tabs.php in wordpress theme This allows us to copy the theme folder over to a wordpress installation in its entirety without having to change the PHP include directive to include a full absolute path to the tabs.php file with the rest of the webpage. --- aclindsa-wordpress-theme/header.php | 2 +- aclindsa-wordpress-theme/tabs.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 aclindsa-wordpress-theme/tabs.php diff --git a/aclindsa-wordpress-theme/header.php b/aclindsa-wordpress-theme/header.php index eb8ede6..db39f19 100644 --- a/aclindsa-wordpress-theme/header.php +++ b/aclindsa-wordpress-theme/header.php @@ -23,7 +23,7 @@ diff --git a/aclindsa-wordpress-theme/tabs.php b/aclindsa-wordpress-theme/tabs.php new file mode 120000 index 0000000..c40607a --- /dev/null +++ b/aclindsa-wordpress-theme/tabs.php @@ -0,0 +1 @@ +../tabs.php \ No newline at end of file