<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>system/lib/lg_live_look/views/lg_live_look_ext/form_settings.php</filename>
    </added>
    <added>
      <filename>system/lib/lg_live_look/views/lg_live_look_ext/tab_live_look.php</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,17 +4,36 @@
 
 dirname=`dirname &quot;$0&quot;`
 
-echo &quot;&quot;
-echo &quot;Creating symlinks for LG Live Look&quot;
-echo &quot;----------------------------------&quot;
-echo &quot;&quot;
-echo &quot;Enter the path to your ExpressionEngine Install without a trailing slash [ENTER]:&quot;
+echo &quot;
+You are about to create symlinks for LG Live Look
+-------------------------------------------------
+
+The symlinks use absolute paths so they are for development purposes only.
+
+The following directories must be writable:
+
+system/extensions
+system/modules
+system/language
+system/lib
+themes/cp_global_images
+themes/cp_themes/default
+themes/site_themes
+
+Enter the full path to your ExpressionEngine install *without a trailing slash* [ENTER]:&quot;
 read ee_path
-echo &quot;Enter your system folder name [ENTER]:&quot;
+echo &quot;
+Enter your ee system folder name [ENTER]:&quot;
 read ee_system_folder
 
+# extensions
 ln -s &quot;$dirname&quot;/system/extensions/ext.lg_live_look_ext.php &quot;$ee_path&quot;/&quot;$ee_system_folder&quot;/extensions/ext.lg_live_look_ext.php
-ln -s &quot;$dirname&quot;/system/extensions/lg_live_look &quot;$ee_path&quot;/&quot;$ee_system_folder&quot;/extensions
 
+# lib
+ln -s &quot;$dirname&quot;/system/lib/lg_live_look &quot;$ee_path&quot;/&quot;$ee_system_folder&quot;/lib
+
+# language
 ln -s &quot;$dirname&quot;/system/language/english/lang.lg_live_look_ext.php &quot;$ee_path&quot;/&quot;$ee_system_folder&quot;/language/english/lang.lg_live_look_ext.php
+
+# themes
 ln -s &quot;$dirname&quot;/themes/cp_themes/default/lg_live_look &quot;$ee_path&quot;/themes/cp_themes/default/lg_live_look
\ No newline at end of file</diff>
      <filename>lg_live_look.create-sym-links.command</filename>
    </modified>
    <modified>
      <diff>@@ -491,8 +491,8 @@ class Lg_live_look_ext {
 
 		$DSP-&gt;crumbline = TRUE;
 		$DSP-&gt;crumb  = $DSP-&gt;anchor(BASE.AMP.'C=admin'.AMP.'area=utilities', $LANG-&gt;line('utilities')).
-		$DSP-&gt;crumb .= $DSP-&gt;crumb_item($LANG-&gt;line('lg_image_preview_title') . &quot; {$this-&gt;version}&quot;);
-		$DSP-&gt;crumb_item($DSP-&gt;anchor(BASE.AMP.'C=admin'.AMP.'M=utilities'.AMP.'P=extensions_manager', $LANG-&gt;line('extensions_manager')));
+			$DSP-&gt;crumb_item($DSP-&gt;anchor(BASE.AMP.'C=admin'.AMP.'M=utilities'.AMP.'P=extensions_manager', $LANG-&gt;line('extensions_manager')));
+		$DSP-&gt;crumb .= $DSP-&gt;crumb_item($this-&gt;name . &quot; &quot; .$this-&gt;version);
 
 		$DSP-&gt;right_crumb($LANG-&gt;line('disable_extension'), BASE.AMP.'C=admin'.AMP.'M=utilities'.AMP.'P=toggle_extension_confirm'.AMP.'which=disable'.AMP.'name='.$IN-&gt;GBL('name'));
 
@@ -541,7 +541,7 @@ class Lg_live_look_ext {
 		$weblog_query = $DB-&gt;query(&quot;SELECT * FROM exp_weblogs WHERE site_id = &quot; . $PREFS-&gt;ini('site_id'));
 		$lgau_query = $DB-&gt;query(&quot;SELECT class FROM exp_extensions WHERE class = 'Lg_addon_updater_ext' AND enabled = 'y' LIMIT 1&quot;);
 		$lgau_enabled = $lgau_query-&gt;num_rows ? TRUE : FALSE;
-		ob_start(); include(PATH_EXT.'/lg_live_look/views/lg_live_look_ext/form_settings.php'); $DSP-&gt;body .= ob_get_clean();
+		ob_start(); include(PATH_LIB.'lg_live_look/views/lg_live_look_ext/form_settings.php'); $DSP-&gt;body .= ob_get_clean();
 
 		$DSP-&gt;body .= $DSP-&gt;form_c();
 		$DSP-&gt;body .= &quot;&lt;/div&gt;&quot;;</diff>
      <filename>system/extensions/ext.lg_live_look_ext.php</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>system/extensions/lg_live_look/views/lg_live_look_ext/form_settings.php</filename>
    </removed>
    <removed>
      <filename>system/extensions/lg_live_look/views/lg_live_look_ext/tab_live_look.php</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>299a1d9137514102da8b6766882df2b839f951a3</id>
    </parent>
  </parents>
  <author>
    <name>leevigraham</name>
    <email>leevi@newism.com.au</email>
  </author>
  <url>http://github.com/newism/lg.live_look.ee_addon/commit/dd89cbc5bb8d7b35c3ff5533e09ab15bd839d45b</url>
  <id>dd89cbc5bb8d7b35c3ff5533e09ab15bd839d45b</id>
  <committed-date>2009-10-06T05:11:01-07:00</committed-date>
  <authored-date>2009-10-06T05:11:01-07:00</authored-date>
  <message>Updaed view path and tweaked symlink command</message>
  <tree>ec71ba52e2062ec92db27c7cd630ce0d01f49796</tree>
  <committer>
    <name>leevigraham</name>
    <email>leevi@newism.com.au</email>
  </committer>
</commit>
