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:
		| @@ -23,7 +23,7 @@ | ||||
| <div id="header"> | ||||
| 	<div id="header-inner"> | ||||
| 		<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> | ||||
|  | ||||
|   | ||||
							
								
								
									
										1
									
								
								aclindsa-wordpress-theme/tabs.php
									
									
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								aclindsa-wordpress-theme/tabs.php
									
									
									
									
									
										Symbolic link
									
								
							| @@ -0,0 +1 @@ | ||||
| ../tabs.php | ||||
		Reference in New Issue
	
	Block a user