From b25423d58d085cdfec7fcd17685786484c6c2104 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Thu, 29 Apr 2010 19:48:30 +0000
Subject: [PATCH] update to readme

---
 README | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 978eadc6..4b854e9e 100644
--- a/README
+++ b/README
@@ -33,7 +33,10 @@ if you get the error that elgg can't connect to your database do this:
 2. edit the mysql.default_socket line to include the path to your mysql.sock file, e.g.
    mysql.default_socket = /private/tmp/mysql.sock
 
- 
+If the mobile site or the regular site starts pulling in the Absolute template rather than the specified template
+you may need to set up a symbolic link for the wdn directory.  The UNL_Templates package will 
+    >> cd elgg/
+    >> ln -s /var/www/html/wdn wdn 
 
 *******
 ** Notes on importing data:
-- 
GitLab