Tuesday, February 25, 2014

Add Advisory Board under Governance tab




C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_templates\cesei_nav0.tmpl.php, line 64 add
 <li><a href="/advisory.php">   Advisory Board</a></li>
create advisory.php
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_lib\edit_webcontent.php, line 146 add
        else if ($content_id==13) {
           header('Location: /advisory.php');
            exit();

         }

line 24 add
 if (preg_match("/advisory.php/i",$_SERVER['PHP_SELF']))  $content_id=13;
line 69 add:
    else if($content_id==13)
    $sql_11="INSERT INTO web_content(content_id, revision, title, text) VALUES (13,0, 'advisory.php', 'TBD')";


 C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_templates\cesei_nav_lang.tmpl.php

No comments:

Post a Comment