From: Jason Woofenden Date: Tue, 3 Mar 2015 02:17:23 +0000 (-0500) Subject: fix more paths (s/code/inc/) X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=c469d2530ad9684e56742d38f5817cb08ad98eef fix more paths (s/code/inc/) --- diff --git a/.gitmodules b/.gitmodules index 6ece393..002e8ba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "code/wfpl"] - path = code/wfpl +[submodule "inc/wfpl"] + path = inc/wfpl url = /home/jasonwoof/www/wfpl.git -[submodule "code/ckeditor"] - path = code/ckeditor +[submodule "inc/ckeditor"] + path = inc/ckeditor url = /home/jasonwoof/www/ckeditor.git diff --git a/Makefile b/Makefile index 6829dac..58a7ae5 100644 --- a/Makefile +++ b/Makefile @@ -36,5 +36,5 @@ style.css: styl.styl .image-mtimes.styl ; exit 1 \ ) -tags: *.php code/*.php code/wfpl/*.php - exuberant-ctags *.php code/*.php code/wfpl/*.php +tags: *.php code/*.php inc/wfpl/*.php + exuberant-ctags *.php code/*.php inc/wfpl/*.php diff --git a/admin.php b/admin.php index 8442e97..68f9b38 100644 --- a/admin.php +++ b/admin.php @@ -1,6 +1,6 @@ <!--~$title show {~-->~$host~ Admin: <!--~listings once_if {~-->Pages Listing<!--~}~--><!--~form {~--><!--~id {~-->Add a new page<!--~}~--><!--~id unset {~-->Edit page "~title html~"<!--~}~--><!--~}~--><!--~}~--> - +