]> git.plutz.net Git - cgilite/commitdiff
make forms available by default
authorpaul <paul@plutz.net>
Wed, 21 Feb 2018 15:32:43 +0000 (15:32 +0000)
committerpaul <paul@plutz.net>
Wed, 21 Feb 2018 15:32:43 +0000 (15:32 +0000)
svn path=/trunk/; revision=61

page.sh

diff --git a/page.sh b/page.sh
index f68df8e26b92445703aee85cbd83fe63ff3a82de..9b3b10c48d81f7a3ba17487bfa0f380ea378f8e5 100755 (executable)
--- a/page.sh
+++ b/page.sh
@@ -17,6 +17,8 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with shcgi.  If not, see <http://www.gnu.org/licenses/>. 
 
+. "${_EXEC}/shcgi/forms.sh"
+
 [ -z "$NAVIGATION" ] \
 && NAVIGATION=($(printf %s\\n "${_EXEC}"/pages/*.sh |sed -r 's;^.*/([^/]*)\.sh$;\1;'))