Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
geiz-ag

php-code darstellung

Recommended Posts

moin,

gibt es eine möglichkeit das der php-code wenn man ihn einfügt farblich automatisch unterteilt wird ?

<?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); ?><table border="0" width="100%" cellspacing="0" cellpadding="<?php echo CELLPADDING_SUB;?>">

<?php

  if ($product_check['total'] < 1) {

?>

      <tr>

        <td><?php new infoBox(array(array('text' => TEXT_PRODUCT_NOT_FOUND))); ?></td>

      </tr>

      <tr>

        <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

      </tr>

Share this post


Link to post

ich habe highlight_php eingebaut und es ist das was ich wollte, nur wie kann ich es einstellen das es mir nicht mein design verzieht wenn der php code mal zu lang wird ? bei der normalen code-einstellung geht es ja auch .

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×