From c469d2530ad9684e56742d38f5817cb08ad98eef Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Mon, 2 Mar 2015 21:17:23 -0500 Subject: [PATCH] fix more paths (s/code/inc/) --- .gitmodules | 8 ++++---- Makefile | 4 ++-- admin.php | 2 +- admin_admins.php | 4 ++-- admin_files.php | 8 ++++---- admin_images.php | 6 +++--- admin_pages.html | 4 ++-- admin_pages.php | 4 ++-- contact.php | 4 ++-- inc/wfpl | 2 +- styl.styl | 2 +- 11 files changed, 24 insertions(+), 24 deletions(-) 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~"<!--~}~--><!--~}~--><!--~}~--> - +