

Can anybody test with AND without definied stiles to?
I test it only with Release 1.1-RC4 27-08-2004
Code: Select all
<?php include_once ("./include/inc_ext/tags_helper/tags.php"); ?>
Code: Select all
<?php
if(($do == "articles" && (($p == 1) || ($p == 2))) || ($do == "admin")){
include_once ("./include/inc_ext/tags_helper/tags.php");
}
?>
Code: Select all
echo '<input title="[ALT+'.chr(65+$i).']" class="input_tags" accesskey="'.chr(65+$i).'" onfocus="if(window.fExample) window.fExample(this)"';
Code: Select all
echo online_users($db, "<br />", "<span class=\"subnavinactive\">|</span>");
?>
<?php
// REPLACEMENT TAGS HELPER
if(($do == "articles" && (($p == 1) || ($p == 2))) || ($do == "admin" && (($p == 11)))){
include_once ("./include/inc_ext/tags_helper/tags.php"); }
?>