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.
This commit is contained in:
parent
9fcedb0622
commit
b80db8db05
@ -23,7 +23,7 @@
|
|||||||
<div id="header">
|
<div id="header">
|
||||||
<div id="header-inner">
|
<div id="header-inner">
|
||||||
<div id="title"><a href="http://aclindsay.com">aclindsay<span id="title-inner">.com</span></a></div>
|
<div id="title"><a href="http://aclindsay.com">aclindsay<span id="title-inner">.com</span></a></div>
|
||||||
<?php include("/usr/share/webapps/aclindsay.com/tabs.php"); ?>
|
<?php include("tabs.php"); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
1
aclindsa-wordpress-theme/tabs.php
Symbolic link
1
aclindsa-wordpress-theme/tabs.php
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../tabs.php
|
Loading…
Reference in New Issue
Block a user