Adsense
Popular Posts
- jQuery autocomplete scroll bar for dropdown menu
- mod_auth_cas.so error: undefined symbol: SSL_connect
- Install APXS in Redhat Linux
- JavaScript Arrays and Associate Arrays
- JavaScript, remove trailing insignificant zeros after toFixed function
- Design date and signature box in Latex
- Difference between state and props in React
- MySQL workbench -"Could not decrypt password cache"
- jQuery, toggle the display
- PHP function for input sanitizing
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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment