diff options
author | Michael Tänzer <neo@nhng.de> | 2013-07-16 23:19:26 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-07-16 23:19:26 +0200 |
commit | aea694d929d09db48b008eda40fc2a77ea086e8d (patch) | |
tree | 97261963287386ebbfb51152d9002c58c17bd5b2 /includes/account_stuff.php | |
parent | 90dcf899dae9bff3dc9d7e7953e2841dadea178f (diff) | |
download | cacert-aea694d929d09db48b008eda40fc2a77ea086e8d.tar.gz cacert-aea694d929d09db48b008eda40fc2a77ea086e8d.tar.xz cacert-aea694d929d09db48b008eda40fc2a77ea086e8d.zip |
Source code taken from cacert-20130716.tar.bz2
Diffstat (limited to 'includes/account_stuff.php')
-rw-r--r-- | includes/account_stuff.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/account_stuff.php b/includes/account_stuff.php index 148a0ac..b9544e0 100644 --- a/includes/account_stuff.php +++ b/includes/account_stuff.php @@ -262,6 +262,7 @@ function hideall() { <ul class="menu" id="advertising"><li><a href="advertising.php?id=1"><?=_("New Ad")?></a></li><li><a href="advertising.php?id=0"><?=_("View Ads")?></a></li></ul> </div> <? } ?> + <? include("about_menu.php"); ?> </div> <div id="content"> <div class="story"> |