X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=code%2Fcms.php;h=e2ef7d9ca8b7435823269dfe68cc68a4164bfe52;hb=71b4c27b3fc980b9e898ec7ae049b0543e7e8f44;hp=d6229b4b6b56585b314c4627165d85ba2816849b;hpb=f401f69c4b1c663fa36184706dd796f62555726f;p=wfpl-cms.git diff --git a/code/cms.php b/code/cms.php index d6229b4..e2ef7d9 100644 --- a/code/cms.php +++ b/code/cms.php @@ -1,6 +1,9 @@ set('$running_locally'); + } $tem->set('$host', this_host()); $nav_items = db_get_assocs('cms_pages', "coalesce(nullif(nav_title,''), title) as title,filename", 'where navbar!=0 order by navbar'); if($nav_items) {