X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=code%2Fcms.php;h=4f42655f6bd5070ffa02023a6bcd6694bca718c7;hb=9b3a025f2298ab090fc574143b6664488ff4599b;hp=d6229b4b6b56585b314c4627165d85ba2816849b;hpb=f401f69c4b1c663fa36184706dd796f62555726f;p=wfpl-cms.git diff --git a/code/cms.php b/code/cms.php index d6229b4..4f42655 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) {